home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dsz0807.arc / DSZ.DOC < prev    next >
Text File  |  1991-08-17  |  139KB  |  4,013 lines

  1.  
  2.  
  3.  
  4.  
  5.                                      CONTENTS
  6.  
  7.  
  8.       1.  ZMODEM Features at a Glance....................................   1
  9.  
  10.       2.  TUTORIAL INTRODUCTION..........................................   3
  11.  
  12.       3.  CALLING DSZ FROM COMM PROGRAMS.................................   4
  13.           3.1    USE AN INTERFACE PROGRAM?...............................   4
  14.           3.2    Ms-Kermit 3.00..........................................   4
  15.           3.3    PROCOMM PLUS............................................   4
  16.           3.4    Qmodem..................................................   6
  17.           3.5    TELIX...................................................   7
  18.           3.6    BULLETIN BOARDS.........................................   8
  19.  
  20.       4.  DESCRIPTION....................................................   9
  21.  
  22.       5.  COMMANDS.......................................................  11
  23.           5.1    List of Commands........................................  11
  24.           5.2    Interrupt Keys..........................................  17
  25.  
  26.       6.  NUMERIC PARAMETERS.............................................  18
  27.  
  28.       7.  ENVIRONMENT VARIABLES..........................................  22
  29.  
  30.       8.  EXIT STATUS....................................................  26
  31.  
  32.       9.  EXAMPLES.......................................................  27
  33.  
  34.      10.  BACKGROUND OPERATION...........................................  28
  35.           10.1   Windows 3...............................................  29
  36.           10.2   VM......................................................  29
  37.  
  38.      11.  FLOW CONTROL...................................................  30
  39.  
  40.      12.  ERROR MESSAGES.................................................  31
  41.           12.1   Got ZRPOS...............................................  32
  42.           12.2   Subpacket too Long......................................  33
  43.           12.3   Bad CRC.................................................  33
  44.           12.4   Serial Input Error: Line Status Register xx ............  33
  45.           12.5   No Carrier Detect.......................................  35
  46.           12.6   Port %d (%X) defective..................................  35
  47.           12.7   COMMAND NOT FOUND.......................................  36
  48.           12.8   Out of Environment......................................  36
  49.  
  50.      13.  SLOW TRANSFERS.................................................  37
  51.  
  52.      14.  IN CASE OF DIFFICULTY..........................................  38
  53.           14.1   LOCKUPS.................................................  38
  54.                  14.1.1   Insufficient Memory  38
  55.                  14.1.2   Environment TOO BIG  38
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                  14.1.3   Bad COM Port Configuration  38
  65.                  14.1.4   LAN Manager Conflicts  39
  66.           14.2   Incorrect Batch Files...................................  40
  67.           14.3   Cheap Internal Modems...................................  40
  68.           14.4   Commands Entered in Upper Case..........................  40
  69.           14.5   No Carrier Detect.......................................  40
  70.           14.6   PKARC 3.6...............................................  41
  71.           14.7   DOS 3.x.................................................  41
  72.           14.8   Perstor Controllers.....................................  41
  73.           14.9   IBM PS/2 Model 50Z......................................  41
  74.           14.10  Brain Damaged UARTS.....................................  42
  75.                  14.10.1  Everex Internal Modems  43
  76.           14.11  Weird Iron..............................................  43
  77.           14.12  Will the real YMODEM please stand up?...................  44
  78.           14.13  286 and 386 Extended Memory.............................  44
  79.           14.14  Disk Caches.............................................  44
  80.  
  81.      15.  ASSOCIATED DOCUMENTS...........................................  45
  82.  
  83.      16.  FILES..........................................................  46
  84.  
  85.      17.  Other Omen Technology Products.................................  48
  86.           17.1   Professional-YAM COMMS TOOLS............................  48
  87.           17.2   ZCOMM: Industrial Strength COMMS Shareware..............  48
  88.           17.3   ZMODEM Developer's Collection...........................  48
  89.  
  90.      18.  FAIR PLAY......................................................  49
  91.           18.1   Sharing DSZ Files.......................................  50
  92.           18.2   REGISTRATION............................................  51
  93.           18.3   Files on Registration Disk..............................  53
  94.           18.4   Bulletin Board Registration.............................  54
  95.  
  96.      19.  CHANGES........................................................  56
  97.  
  98.      20.  ACKNOWLEDGEMENTS...............................................  65
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.                                   Chuck Forsberg
  125.  
  126.                                Omen Technology Inc
  127.  
  128.  
  129.                                      ABSTRACT
  130.  
  131.  
  132.  
  133.                    ZMODEM-90(TM) - Not just another XMODEM hack
  134.  
  135.      DSZ is one of many available programs that implement the ZMODEM file
  136.      transfer protocol.  DSZ features the ZMODEM-90(TM) extensions including
  137.      ZMODEM compression and MobyTurbo(TM) accelerator.
  138.  
  139.      DSZ's ZMODEM provides advanced file management features including two
  140.      levels of Intelligent Crash Recovery(TM), and flexible control of
  141.      selective file transfers.
  142.  
  143.      The ZMODEM file transfer protocol provides reliable file and command
  144.      transfers with complete END-TO-END data integrity between application
  145.      programs.  DSZ's 32 bit CRC protects against errors that sneak by "error
  146.      free" modems and even the most advanced networks.
  147.  
  148.      ZMODEM safeguards all data and supervisory information with effective
  149.      error detection.  (XMODEM and many recently introduced protocols do not
  150.      protect vital supervisory data.)
  151.  
  152.      ZMODEM rapidly transfers files, particularly with modern modems,
  153.      timesharing systems, satellite relays, and packet switched networks.
  154.      ZMODEM's streaming operation eliminates delays caused by
  155.      Kermit/XMODEM/YMODEM/JMODEM block acknowledgements.  ZMODEM eliminates
  156.      traditional protocols' PACKET LENGTH compromises between transfer
  157.      efficiency and error recovery; ZMODEM's packet length is the entire
  158.      file.
  159.  
  160.      User Friendliness is an important ZMODEM feature.  ZMODEM
  161.      AutoDownload(TM) (Automatic file Download without user intervention)
  162.      provides a level of convenience unimaginable to users of traditional
  163.      protocols.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.        DSZ - a ZMODEM-90(TM), True YMODEM(TM), XMODEM File Transfer Program
  179.  
  180.  
  181.                                Omen Technology Inc
  182.  
  183.  
  184.      1.  ZMODEM Features at a Glance
  185.  
  186.      _______________________________________________________________________
  187.      |   Feature              | ProCm | RZSZ | DSZ  | GSZ | ZCOMM | Pro-YAM |
  188.      |________________________|_______|______|______|_____|_______|_________|
  189.      |Security Verification   | no    | no   | no   | no  | no    | YES     |
  190.      |Cybnertic Data Recovery | no    | no   | YES  | YES | YES   | YES     |
  191.      |                        |       |      |      |     |       |         |
  192.      |Command Download        | no    | YES  | no   | no  | YES   | YES     |
  193.      |                        |       |      |      |     |       |         |
  194.      |Update Directory Tree   | no    | YES* | no   | no  | YES   | YES     |
  195.      | Create Directories     | no    | YES* | no   | no  | YES   | YES     |
  196.      | Newer files Only       | no    | YES  | YES  | YES | YES   | YES     |
  197.      | Protect files          | ?     | YES  | YES  | YES | YES   | YES     |
  198.      | Common files Only      | no    | YES  | YES  | YES | YES   | YES     |
  199.      |                        |       |      |      |     |       |         |
  200.      |Crash Recoverey         | YES   | YES  | YES  | YES | YES   | YES     |
  201.      | Verified Accuracy      | no    | SZ   | YES  | YES | YES   | YES     |
  202.      |                        |       |      |      |     |       |         |
  203.      |ZMODEM-90(TM)           | no    | YES  | YES  | YES | YES   | YES     |
  204.      | Compression            | no    | YES  | YES  | YES | YES   | YES     |
  205.      | MobyTurbo(TM)          | no    | YES  | YES  | YES | YES   | YES     |
  206.      | 7-bit Paths OK         | no    | YES  | YES* | YES | YES   | YES     |
  207.      |                        |       |      |      |     |       |         |
  208.      |OPERATING SYSTEMS       |       |      |      |     |       |         |
  209.      | Text Translation       | no    | YES  | YES  | YES | YES   | YES     |
  210.      | Record Format Support  | no    | YES  | YES  | YES | YES   | YES     |
  211.      | DOS Shared Files       | ?     | -    | YES* | YES | no    | no      |
  212.      | OS/2                   | no    | YES  | YES  | YES | YES   | YES     |
  213.      | VMS                    | no    | YES  | YES  | YES | YES   | YES     |
  214.      | Unix/Xenix             | no    | YES  | YES  | YES | YES   | YES     |
  215.      | OS/2                   | no    | YES  | YES  | YES | YES   | YES     |
  216.      |                        |       |      |      |     |       |         |
  217.      |True YMODEM(TM)         | no    | YES  | YES  | YES | YES   | YES     |
  218.      |Demand Upgrade(TM)      | no    | YES  | YES  | YES | YES   | YES     |
  219.      |File Transfer Display   | YES   | no   | no   | YES | YES   | YES     |
  220.      | TOTAL File Xfer Data   | no    | YES  | YES  | YES | YES   | YES     |
  221.      |________________________|_______|______|______|_____|_______|_________|
  222.  
  223.      ProCm = ProComm Plus
  224.      * Not available on all flavors or platforms
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.      Chapter 1 Pg 2         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  238.  
  239.  
  240.      *************************************************************************
  241.                            DSZ registration is special.
  242.      With most programs, registration only applies only to today's version.
  243.      Not DSZ!
  244.  
  245.      DSZ registration bypasses the shareware announcement and unlocks
  246.      advanced features in all future versions of DSZ.  You don't have to pay
  247.      and pay again for new DSZ versions.  Omen's Demand Upgrade(TM)
  248.      technology allows you to download and activate future DSZ versions
  249.      without further registration!
  250.      *************************************************************************
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.      Chapter 2 Pg 3         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  297.  
  298.  
  299.      2.  TUTORIAL INTRODUCTION
  300.  
  301.      If you are just starting out with DSZ, or if you have difficulty getting
  302.      DSZ to work, please follow the procedure given below.
  303.  
  304.      Do not run any TSR or other COMM program.  This includes LAN programs.
  305.      Reboot a clean DOS if necessary.
  306.  
  307.      Start with the following command given directly from the DOS prompt:
  308.  
  309.                              dsz port 1 speed 2400 d t
  310.  
  311.      Type it exactly as it appears above; do NOT use upper case.
  312.  
  313.      (Change the port number and speed as necessary.  Use only COM1 or COM2
  314.      for testing.)
  315.  
  316.      This connects you to the modem.  Dial a bulletin board by typing AT
  317.      commands to the modem ("ATDP621-3746 <enter>")[1] to make it dial the
  318.      BBS.  Log in as usual.  Then, request a ZMODEM download of a file you
  319.      don't already have.  The file will download automatically, you don't
  320.      have to do anything.  This procedure verifies the correct operation of
  321.      DSZ.
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.      __________
  346.  
  347.       1. If your modem has a non standard setting the ATDT621-3746 command
  348.          you type to the modem may not echo on the screen.
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.      Chapter 3 Pg 4         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  356.  
  357.  
  358.      3.  CALLING DSZ FROM COMM PROGRAMS
  359.  
  360.      It may be necessary to add the DOS command: SET COMSPEC=C:\COMMAND.COM
  361.      (change as needed) to your AUTOEXEC.BAT file to allow programs to call
  362.      DSZ.
  363.  
  364.      Note: NO SPACES in the SET command!
  365.  
  366.      3.1  USE AN INTERFACE PROGRAM?
  367.  
  368.      A number of third party programs have been developed to provide a
  369.      congenial interface to DSZ if you have enough memory to spare.  The
  370.      XFER, POE, PCALL, DSZ_ZAP, and PROZ programs have been popular in
  371.      interfacing DSZ to ProComm's editor gateway.  These programs are
  372.      available on many bulletin boards.
  373.  
  374.      Hint: the DOS PATH environment variable must include ProComm's directory
  375.      to allow POE to locate all the POE files,.  The POE files should be
  376.      stored in the ProComm directory.  Setting the "PROCOMM" environment
  377.      variable is insufficient.
  378.  
  379.  
  380.      Calling DSZ with these programs requires more memory than calling DSZ
  381.      directly.
  382.  
  383.      3.2  Ms-Kermit 3.00
  384.  
  385.      The "push" command (^[p) in MS-Kermit 3.00 sends an XOFF character to
  386.      the modem before calling DOS.
  387.  
  388.      Using this to activate DSZ's term mode with a "dsz t" command causes
  389.      most remote hosts to stop.  The remote host can be un-wedged by
  390.      keyboarding XON (Ctrl-Q) from DSZ's terminal mode.
  391.  
  392.      Add these macros to your MSKERMIT.INI file.  Courtesy Keith Petersen
  393.      W8SDZ
  394.  
  395.      define sx run dsz F port 2 sx 1 2,define 1,define 2,
  396.      define rz run dsz F ha on port 2 pY129 rz -r
  397.      define sz run dsz F ha bo port 2 pY129 pB4096 sz 1 2,define 1,define 2,
  398.      define t run dsz F ha on port 2 pY129 t -r
  399.  
  400.  
  401.      3.3  PROCOMM PLUS
  402.  
  403.      It's easy to add DSZ to ProComm Plus.
  404.  
  405.      Datastorm has not licensed ZMODEM-90(TM) technology despite allegations
  406.      that DSZ is now "built in" to ProComm Plus version 2.  Many users of
  407.      ProComm Plus version 2.x use DSZ to get MobyTurbo(TM), Intelligent Crash
  408.      Recovery(TM), and other ZMODEM-90(TM) features.
  409.  
  410.  
  411.  
  412.  
  413.  
  414.      Chapter 3 Pg 5         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  415.  
  416.  
  417.      Make sure the DSZ program is in your search path.  If you don't see DSZ
  418.      announce itself when called from ProComm, DSZ is not in your search
  419.      path.
  420.  
  421.      Here are some handy settings for ProComm Plus.
  422.  
  423.      First, you may need to set the DOS environment before running ProComm.
  424.      Give these commands to DOS before running ProComm Plus.  (These lines
  425.      may be added to your AUTOEXEC.BAT file.)
  426.  
  427.      Note: NO SPACES in the SET command!
  428.      SET DSZPORT=2                   (Only needed for COM2)
  429.      SET DSZLOG=DSZ.LOG      (Only if you wish a log file)
  430.  
  431.      Then set ProComm's external protocol strings.  From terminal mode hit
  432.      ALT-S, then select the PROTOCOL OPTIONS menu item.
  433.  
  434.      From that menu select EXTERNAL PROTOCOL OPTIONS.  Then set ProComm's
  435.      external protocol strings to:
  436.      A- External protocol 1 upload filename:  ZMODEMU
  437.      B- External protocol 1 download filename: ZMODEMD
  438.      C- External protocol 2 download filename: ZMODEMMD
  439.  
  440.      The following batch files are included in the DSZ zipfile:
  441.      ZMODEMU.BAT (contains:  DSZ sz %1 %2 %3 %4 %5 %6 %7 %8 %9)
  442.      ZMODEMD.BAT (contains:   DSZ rz)
  443.      ZMODEMDR.BAT (contains:   DSZ rz -r)
  444.      ZMODEMMD.BAT (contains:   DSZ rz -mr)
  445.      ZMODEMAD.BAT (contains: DSZ t)
  446.  
  447.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  448.  
  449.      If using ProcommPlus 2.x, select the ZMODEM PROTOCOL OPTIONS menu and
  450.      turn off Auto downloading.
  451.  
  452.      When sending (uploading) files with ZMODEMU.BAT give the ProComm window
  453.      the full pathname (c:/foo/bar/file.ext) for *each* file not residing in
  454.      the current directory.
  455.  
  456.      When downloading files with one of the other batch files shown above,
  457.      Procomm will also prompt for parameters; just hit ENTER.  Or, you can
  458.      enter options such as "-mr" if they are't included in the batch file
  459.      itself.
  460.  
  461.      Once you've got the hang of things the "ProComm way", try the "dsz t"
  462.      command described above to give you automatic ZMODEM-90(TM) downloads
  463.      (Look Ma, no keystrokes!!!)..
  464.  
  465.      You can also set the editor hot key (ALT-A) or view program hot key
  466.      (ALT-V) by using the ALT-S "FILE/PATH OPTIONS" menu.  The strings for
  467.      these keys are long enough to store an entire DSZ command line without
  468.  
  469.  
  470.  
  471.  
  472.  
  473.      Chapter 3 Pg 6         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  474.  
  475.  
  476.      need for a batch file.
  477.  
  478.      COM3 and COM4 on Procomm Plus are non standard; in case of difficulty
  479.      use COM1 or COM2 or use the portx command.
  480.  
  481.      DSZ may not operate properly when called from ProComm if ProComm has
  482.      files open at the time.
  483.  
  484.      A number of reports have been received of problems running DSZ from
  485.      ProComm Plus because of insufficient memory.  Please refer to the
  486.      subchapter on LOCKUPS.
  487.  
  488.      When running under ProComm's Host mode, failure to use the DSZ CON
  489.      command may cause ProComm to lock up the computer, or at least interfere
  490.      with file transfers, etc.
  491.  
  492.      EXAMPLE: DSZ CON sz %1
  493.  
  494.  
  495.      Hint: the DOS PATH environment variable must include ProComm's directory
  496.      to allow POE to locate all the POE files,.  The POE files should be
  497.      stored in the ProComm directory.  Setting the "PROCOMM" environment
  498.      variable is insufficient.
  499.  
  500.  
  501.      3.4  Qmodem
  502.  
  503.      Instability in the Qmodem interface may require changes in the batch
  504.      files depending on which version of Qmodem is used.
  505.  
  506.      If you define a protocol with 'Z' as its letter, the latest Qmodem will
  507.      detect automatic ZMODEM downloads.  Defining an external 'Z' protocol
  508.      disables Qmodem's internal ZMODEM, allowing DSZ to be called.
  509.  
  510.      The following is based on a message from Mike Cody, sysop of HomePlate
  511.      313-385-9969 3/12/24/96 HST
  512.  
  513.      Go into Qinstall and go to frame 3 Directories. Then select External
  514.      protocols #3 I think. Now you will see a definition area to tell Qmodem
  515.      the Letter,batchfile combo to use.
  516.  
  517.      Now put Z in the letter definition, Zup.bat in the u/l batch zdown.bat
  518.      in the d/l batch, and Y in the batch protocol. Now save it at the menu
  519.      with f10 and S.
  520.  
  521.      Then go to DOS and create the following batch files in your Qmodem
  522.      directory...
  523.  
  524.      zdown.bat: DSZ port %2 speed %1 rz -rr
  525.  
  526.      zmdown.bat: DSZ port %2 speed %1 rz -mrr      ((FOR MOBYTURBO!!))
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      Chapter 3 Pg 7         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  533.  
  534.  
  535.      zup.bat: DSZ port %2 speed %1 sz %4
  536.  
  537.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  538.  
  539.      These are the batch files that will be called by Qmodem.  If you did
  540.      everything right when you hit PGDN or PGUP you will see an external
  541.      protocol called Z) Zmodem in the box. For an easier time do a search for
  542.      either External.arc or maybe the string "Qmodem" in the file database as
  543.      there is a file with several external protocols and batch files
  544.      available in the Mahoney file section (EXEC-PC BBS).
  545.  
  546.      The following batch files for Qmodem are included in the DSZ zipfile:
  547.  
  548.      ZDOWN.BAT contains:     DSZ port %2 speed %1 rz -rr
  549.      ZUP.BAT contains:       DSZ port %2 speed %1 sz %4
  550.  
  551.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  552.  
  553.      A variation on the receive batch file:
  554.      c:elecomqmodem\*y.com ha slow est 0 %3 rz -mrr
  555.      A variation on the send batch file:
  556.      c:elecomqmodem\*y.com ha cts est 0 %3 sz %4
  557.  
  558.  
  559.      If Qmodem says "unable to allocate swap space": QMODEM 4.2 will swap all
  560.      but approx. 5K to memory or disk when you shell out to DSZ. Go into
  561.      QINSTALL and make sure that /O /R Optimum Shell and Disk Shell are both
  562.      set to ON.
  563.  
  564.      For older Qmodem versions (before 4.2) change the %4 in upload scripts
  565.      to %3.
  566.  
  567.      3.5  TELIX
  568.  
  569.      Telix has an internal ZMODEM, but some users prefer to use DSZ for
  570.      performance and/or reliability reasons.  Mat Fisher has published a
  571.      Telix script to call DSZ for automatic downloads.
  572.  
  573.      For those of you who use DSZ with Telix, here is a sample script file to use
  574.      instead of batch files:
  575.  
  576.      //////////////////////////////////////////////////////////////////////////
  577.      //Protocol salt file for Telix's external protocols by Matt Fisher
  578.      //Last edited (02/24/90)
  579.      //used for the DSZ ZMODEM protocol.  (It will work for u/ling and d/ling)
  580.      //////////////////////////////////////////////////////////////////////////
  581.  
  582.      str upload[80]  =
  583.         "c:\telix\protocol\DSZ port 1 pW1 pB4096 ha off sz -b -m -rr ";
  584.  
  585.      str download[80]=
  586.  
  587.  
  588.  
  589.  
  590.  
  591.      Chapter 3 Pg 8         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  592.  
  593.  
  594.         "c:\telix\protocol\DSZ port 1 pW1 pB4096 ha off rz -b -m -rr ";
  595.  
  596.      //////////////////////////////////////////////////////////////////////////
  597.  
  598.      Main ()
  599.      {
  600.       if (_ext_filespec == "")
  601.        { strcat(download,_down_dir); dos(download,0); }
  602.       else
  603.        { strcat(upload,_up_dir); strcat(upload,_ext_filespec);  dos(upload,0); }
  604.      alarm(1);
  605.      }
  606.      //////////////////////// THE END /////////////////////////////////////////
  607.  
  608.      Simple but effective...
  609.      --- TAGMAIL v2.20
  610.       * Origin: CRIMP/John Galt [Node 1] (1:120/144)
  611.      INTERNET: Matt.Fisher@f144.n120.z1.FIDONET.ORG
  612.  
  613.      NOTE: The DSZ command strings given above are quite unusual.  Instead of
  614.      the  "pW1  pB4096 ha off" one would be more likely to use "ha on" or "ha
  615.      sw" depending on the modem's flow control settings.
  616.  
  617.      3.6  BULLETIN BOARDS
  618.  
  619.      Note to the wise BBS operator: be sure you understand the DSZ restrict
  620.      command, how and WHY to use it!
  621.  
  622.      When installing DSZ on a bulletin board or host system, be sure to check
  623.      for proper operation when the caller hangs up while a file is being sent
  624.      or received.
  625.  
  626.      Currently, Only the TurboC version supports file sharing (shared read
  627.      access on files sent by  dsz).
  628.  
  629.      Some bulletin board interface routines do not call DSZ to send a file
  630.      until they have verified the file's presence by opening the file.  If
  631.      this checking is done in DOS's default exclusive open mode, dsz's file
  632.      sharing will be defeated.
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.      Chapter 4 Pg 9         DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  651.  
  652.  
  653.      4.  DESCRIPTION
  654.  
  655.      DSZ is a "protocol driver" that uses ZMODEM-90(TM), True YMODEM(TM), or
  656.      XMODEM to transfer files over a serial port with a variety of programs.
  657.  
  658.      DSZ has two main commands for ZMODEM transfers: "sz" sends file(s), and
  659.      "rz" receives them.
  660.  
  661.      When calling bulletin boards to download files with ZMODEM you can avoid
  662.      the bother of starting DSZ for each transfer by DSZ's terminal emulator,
  663.      before asking the BBS for the download.
  664.  
  665.                              dsz t
  666.  
  667.      The "t" command allows you to keyboard the file request directly to the
  668.      BBS.  (The "t" stands for "terminal emulation".) Just give the "dsz t"
  669.      command from DOS or your comms program's DOS GATEWAY.  DSZ's ZMODEM
  670.      AutoDownload then receives the file automatically, using the filename
  671.      provided by the BBS, without any wasted keystrokes or delay.  Try it,
  672.      you'll like it!  (The "t" command is described below.)
  673.  
  674.      YMODEM downloads are almost as easy.  Use the "t" command as shown
  675.      above, and hit the F3 key after telling the board to download a file
  676.      with YMODEM.
  677.  
  678.      ZMODEM and True YMODEM(TM) transfers preserve exact file length and
  679.      modification time.
  680.  
  681.      DSZ supports XMODEM-1k (XMODEM with 1024 byte blocks, sometimes
  682.      mislabeled as ymodem) and CRC-16 with the sx -k and rc commands.
  683.  
  684.      DSZ is derived from Omen Technology's "Professional-YAM" high
  685.      reliability communications tools (also known as PowerCom(TM)) and Omen
  686.      Technology's ZCOMM User Supported Communications Software.  DSZ supports
  687.      a subset of Pro-YAM's file transfer related commands.  This
  688.      documentation makes extensive references to contemporary editions of the
  689.      Pro-YAM or ZCOMM manual, and is incomplete without it.  (Registered
  690.      copies include an alternate, copyrighted file.)
  691.  
  692.      DSZ is usually called from a communications or bulletin board program.
  693.  
  694.      DSZ uses its own modem I/O.  The original interrupt vector, UART parity,
  695.      and interrupt configuration are restored on exit.  The original state of
  696.      the 8259 interrupt mask bit for this vector is also restored on exit.
  697.  
  698.      DSZ uses DOS standard output (stdout) for messages.  DSZ never writes
  699.      directly to the screen.  DSZ expects its standard output to point to the
  700.      console, a logging file, or NUL, but never the modem port.  If dsz's
  701.      standard output is redirected to the modem (as with ProComm's Host mode
  702.      DOS shell), the combination will lock up the computer.  When necessary,
  703.      dsz's standard output can be redirected back to the console device with
  704.  
  705.  
  706.  
  707.  
  708.  
  709.      Chapter 4 Pg 10        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  710.  
  711.  
  712.      the CON command.
  713.  
  714.      Users of pcAnywhere must use DSZ's A command to disable pcAnywhere host
  715.      mode during file transfers.
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.      Chapter 4 Pg 11        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  769.  
  770.  
  771.      5.  COMMANDS
  772.  
  773.            ***********************************************************
  774.                                     NOTE WELL
  775.       Except as noted, all commands and options must be typed in lower case.
  776.                              DO NOT USE UPPER CASE!!
  777.                                Case is significant!
  778.            ***********************************************************
  779.  
  780.      Optional commands or arguments are shown in square brackets [].
  781.  
  782.      When used (in any combination), the A, CON, port, speed, handshake,
  783.      estimate, and d commands must be used in exactly this order.
  784.  
  785.      dsz [A] [CON] [F] [port N] [speed S] [handshake XX] [pxN... ] [z pxN...
  786.      ] [D] [d] [restrict] command
  787.  
  788.  
  789.      5.1  List of Commands
  790.  
  791.      A     Suspend pcAnywhere operation during file transfers (available only
  792.            with DSZ.EXE).  The A command is used to avoid lockups caused by
  793.            pcAnywhere host mode.  This command should be given to the DSZ
  794.            running under pcAnywhere host mode.  Effective for PCA version 4.
  795.  
  796.            NOTE: A bug in the PCA Version 4 API causes the remote to
  797.            effectively lock up when DSZ executes the suspend-host command.
  798.            Currently the workaround for this bug it to use VT-220 emulation
  799.            on the pcAnywhere host and remote instead of pcAnywhere4
  800.            emulation.  Another possibility is to run AWREMOTE under DESQview,
  801.            set the window to SUSPEND AWREMOTE.EXE, and swap windows to a DOS
  802.            window from which DSZ, ZCOMM, or Professional-YAM can be run while
  803.            AWREMOTE.EXE is forced to remain inert.
  804.  
  805.  
  806.            EXAMPLE: dsz A sz *.foo Sends files from a pcAnywhere hosted
  807.            machine to you.
  808.  
  809.  
  810.            Fm: Al de la Torre
  811.  
  812.            1 sending from host to remote
  813.                   type: "dsz A sz filename.ext" ENTER
  814.                   shell to dos on remote machine (ctrl-Rshift)
  815.                   type: "dsz A rz" ENTER
  816.  
  817.            2 sending from remote to host
  818.                   type: "dsz A rz" ENTER
  819.                   shell to dos on remote machine (ctrl-Rshift)
  820.                   type: "dsz A sz filename.ext" ENTER
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.      Chapter 5 Pg 12        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  828.  
  829.  
  830.      CON   Redirect  message  output  to  the  DOS  "CON"  (console)  device,
  831.            overriding  any previous redirections.  This is necessary to avoid
  832.            lockups caused by ProComm host mode.  Most programs do not require
  833.            this hack.  This command is unique to DSZ.
  834.  
  835.      F     Leave the 16550A UART FIFO enabled on exit.  Since DSZ has no  way
  836.            to  read  the 16550A DMA mode and trigger level bits, these values
  837.            are not restored.
  838.  
  839.      port N select port N (n =  1,2,3,4,5,6,7,8,  10,11,12,13,14,15,16,17,18)
  840.            Default  is port 1 (COM1) or read from the DSZPORT dos environment
  841.            variable.  COM11 to COM18 refer to the COM1 to COM8 ports  on  the
  842.            PS/2.
  843.  
  844.            *****************************************************************
  845.                                           NOTE
  846.            Only COM1 and COM2 are standard on all  PC  compatible  computers.
  847.            Multiple  standards  exist for COM3 and above, so use only COM1 or
  848.            COM2 when first installing DSZ.
  849.            *****************************************************************
  850.  
  851.            DSZ COM3 uses 3E8 and IRQ4.  DSZ COM4 uses 2E8 and IRQ3.
  852.  
  853.            DSZ COM7 uses 2E8 and IRQ5.  DSZ COM8 uses 3E8 and IRQ5.
  854.  
  855.            If you wish to use COM3 or COM4 and your  computer  is  not  wired
  856.            according  to  one  of  these  choices,  you  MUST use the "portx"
  857.            command to specify base address and interrupt vector.
  858.  
  859.            EXAMPLE: to use COM2:
  860.            dsz port 2 rz
  861.  
  862.            In multitasking  operation,  accessing  a  port  used  by  another
  863.            running program will hang the machine.
  864.  
  865.  
  866.      portx base,irq To select an arbitrary port address and interrupt vector,
  867.            the  portx  command  must  be  used  instead  of the port command.
  868.            Please refer to DSZBG.DOC (provided on the Registration  Diskette)
  869.            or  the  Professional-YAM  or  ZCOMM  (ZCOMMDOC.ZIP)  manuals  for
  870.            details on this command.
  871.  
  872.            EXAMPLE: dsz portx 3e8,4 speed 2400 rz
  873.  
  874.  
  875.      speed S Set the specified speed.  This command is rarely needed because
  876.            DSZ reads the port's current speed by default.  Please refer to
  877.            the FLOW CONTROL, MAIN COMMANDS and SOFTWARE COEXISTENCE chapters
  878.            in DSZBG.ZOO or the ZCOMM or Pro-YAM manual for important
  879.            information about the speed command.
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.      Chapter 5 Pg 13        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  887.  
  888.  
  889.            Please study all the chapters of this document when using speeds
  890.            above 2400 bps.
  891.  
  892.            DSZ supports a maximum speed of 115200.  Not all hardware can
  893.            support that speed without errors.
  894.  
  895.  
  896.      handshake XX Enable one of several choices of hardware handshake.  (The
  897.            default is XOFF/XON software handshake).  This command is
  898.            documented in the ZCOMM or Pro-YAM manual, and in DSZBG.DOC.  (The
  899.            ZCOMM manual is available on all bulletin boards registered for
  900.            DSZ as ZCOMMDOC.ZIP.) On DSZ the "handshake" command may be
  901.            abbreviated to "ha".
  902.  
  903.      D     Disables the modem (drops Data Terminal Ready, DTR) if carrier is
  904.            lost.  This may be used to prevent spurious events (phone ringing)
  905.            from interfering with the calling bulletin board's recovery from
  906.            carrier loss.
  907.  
  908.      d     Disables carrier dropout monitoring, for modems that do not
  909.            properly drive the "Carrier Detect" input on the PC.  If you see a
  910.            No Carrier Detect message, you need to give the d command.  Before
  911.            using the d command, make sure you have the proper port
  912.            selected!!!
  913.  
  914.  
  915.      estimate length [speed] Use the specified length and/or optional
  916.            specified effective transfer speed to estimate transfer time for
  917.            the next file to be sent or received.  The length argument is
  918.            mainly used with XMODEM downloads; YMODEM and ZMODEM normally
  919.            transfer the file length in the filename packet.  The estimate
  920.            command must come after any port, speed, or handshake commands.
  921.  
  922.            The estimate command does not affect actual througput.  It only
  923.            affects DSZ's prediction of how much time a file transfer will
  924.            take.
  925.  
  926.            The following makes DSZ calculate file transfer times based on 290
  927.            character per second throughput.  Some error correcting 2400 bps
  928.            modems can attain this throughput when MobyTurbo(TM) is used.
  929.  
  930.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 rz
  931.  
  932.  
  933.  
  934.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 sz bigmama.zip
  935.  
  936.  
  937.  
  938.      pxN   Set numeric parameter x to N.
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.      Chapter 5 Pg 14        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  946.  
  947.  
  948.            DSZ has two sets of numeric parameters, a base set and a "zmodem"
  949.            set.  Parameters in the base control such things as date stamping
  950.            of files, error exit value, etc.  The "zmodem" numeric parameters
  951.            control timeouts, window sizes, and other ZMODEM, YMODEM, and
  952.            XMODEM protocol parameters.
  953.  
  954.            These parameters are mostly a subset of the Pro-YAM/ZCOMM numeric
  955.            parameters, and are listed below.  They assume their defaults each
  956.            time DSZ is called.  Without an argument, p displays the numeric
  957.            parameters and their values.
  958.  
  959.            EXAMPLE: dsz p
  960.  
  961.  
  962.      z pxN Set zmodem numeric parameter x to N.  All further numeric
  963.            parameter commands are taken as zmodem parameters.  The zmodem
  964.            numeric parameters correspond to the Pro-YAM or ZCOMM "zmodem"
  965.            parameters and rarely need changing.  These parameters assume
  966.            their defaults each time DSZ is called.  Without an argument, z p
  967.            displays the zmodem numeric parameters and their values.
  968.  
  969.  
  970.      restrict Restrict incoming pathnames (YMODEM/ZMODEM) to the current disk
  971.            and directory tree, and disallow modification or overwriting of
  972.            existing files.  This command is vital for bulletin boards
  973.            uploading files.  The restrict command causes partially received
  974.            files to be deleted.  When DSZ is restricted, it will refuse to
  975.            transfer files containing the string autoexec.bat and command.com
  976.            in upper or lower case.  This provides some defense from malicious
  977.            uploaded files.
  978.  
  979.            EXAMPLE: dsz restrict rz
  980.  
  981.  
  982.      t     [-T] [-8g] Talk with ZMODEM AutoDownload.
  983.  
  984.            The optional -T forces DSZ to exit after it has recognized a
  985.            ZMODEM AutoDownload(TM) request.
  986.  
  987.            The optional -8g (available on registered copies only) enables
  988.            reception of "BBS (ANSI) graphics" displays.  (A video device
  989.            driver such as ANSI.SYS must be loaded to support some types of
  990.            graphics.)
  991.  
  992.            A small subset of ZCOMM/Pro-YAM term function subcommands are
  993.            recognized:
  994.  
  995.            Keyboard F1 or ALT-X to exit.
  996.  
  997.            F3 receives file(s) with True YMODEM(TM),
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.      Chapter 5 Pg 15        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1005.  
  1006.  
  1007.            ALT-P toggles parity between the 8n default and 8g (enables ANSI
  1008.            "graphics").
  1009.  
  1010.            ALT-H toggles two local echo ("Half Duplex") modes; the second
  1011.            displays a newline (CR/LF) when Enter is keyboarded.
  1012.  
  1013.            Keyboarded ASCII characters are sent to the modem.
  1014.  
  1015.            ALT-B sends a break.
  1016.  
  1017.            Characters from the modem print on the screen.  A device driver
  1018.            such as ANSI.SYS may be used to recognize escape sequences.
  1019.  
  1020.            DSZ's ZMODEM AutoDownload(TM) detects the start of a ZMODEM file
  1021.            download and accepts the file(s) without operator intervention.
  1022.  
  1023.      rz    [-abeEmMnpPrt+YZy] [dir] [file ...]     (ZMODEM-90 receive) **
  1024.  
  1025.      rz    [-abenprt+Yy] [dir] [file ...]          (ZMODEM receive) **
  1026.  
  1027.      rb    [-abt+y] [dir] [file ...]     (YMODEM receive) **
  1028.  
  1029.      rb -g [-abt+y] [dir] [file ...]     (YMODEM-g receive) **
  1030.  
  1031.      rc    [-abt+y] file1                (XMODEM/CRC receive)
  1032.  
  1033.      ro    [-abt+y] file1                (XMODEM OverThruster receive)
  1034.  
  1035.      rx    [-abt+y] file1                (XMODEM receive)
  1036.  
  1037.      rx -g [-abt+y] file1                (Qmodem-G receive) **
  1038.  
  1039.            ** Download directory specification and -g ignored w/o
  1040.            registration
  1041.  
  1042.  
  1043.      sz    [-abefnprtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file ...(ZMODEM
  1044.            send)
  1045.  
  1046.      sz    [-abeEfmMnpPrtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file
  1047.            ...(ZMODEM-90 send)
  1048.  
  1049.            Pathnames are separated by spaces.  Wildcards are OK.
  1050.  
  1051.            EXAMPLE: dsz port 2 sz -r /tmp/file1 /tmp/file3 *.c
  1052.  
  1053.  
  1054.            The "sz" and "sb" commands exploit DOS's tree structured file
  1055.            system.  A directory or disk specifier expands to all files in
  1056.            that directory.
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.      Chapter 5 Pg 16        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1064.  
  1065.  
  1066.            EXAMPLE: dsz port 2 sz -r C:srcdir
  1067.  
  1068.  
  1069.            If you use PREFIX= or ONAME= with the "sb" or "sz" commands, these
  1070.            pathnames must be entered in lower case unless the underlying file
  1071.            system supports upper AND lower case.
  1072.  
  1073.            EXAMPLE: dsz port 2 sz -r ONAME=newsrc.c temp.c
  1074.  
  1075.  
  1076.  
  1077.      sb    [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM or YMODEM-g send)
  1078.  
  1079.      sb -k [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM-1k or YMODEM-g
  1080.            send)
  1081.  
  1082.      sx    [-t] file1                    (XMODEM, XMODEM/CRC, Qmodem-G send)
  1083.  
  1084.      sx -k [-t] file1                    (XMODEM-1k send)
  1085.  
  1086.  
  1087.      v     Verify the serial number by writing a log entry (see DSZLOG).
  1088.  
  1089.            v      1     0 bps    0 cps   0 errors     0  128 s/n 666
  1090.  
  1091.            The letter "v" indicates a verification entry.  The first numeric
  1092.            field is 1 if YMODEM-g is supported.  The last field is the serial
  1093.            number.  Unregistered copies show a s/n of 0.
  1094.  
  1095.  
  1096.      o     Turn off Data Terminal Ready (DTR), terminating ("offing") the
  1097.            connection if the modem responds to DTR.  Useful with the "t"
  1098.            command to disconnect afterwards.
  1099.  
  1100.            EXAMPLE: dsz t o
  1101.  
  1102.  
  1103.  
  1104.      LARG  Convert ARG to lower case, then parse arg.
  1105.  
  1106.  
  1107.      The meanings of optional arguments to the file transfer commands are
  1108.      described in DSZBG.DOC and the ZCOMM/Pro-YAM manual.
  1109.  
  1110.      The s (SlugBait) option prevents a receiver from receiving a file
  1111.      without accounting for it.  Attempts to do so are flagged with a Q
  1112.      status in the log file.  This option can cause a transfer that
  1113.      legitimately fails near the end of the file to be reported as
  1114.      Questionable rather than ERROR.  SlugBait causes DSZ to return success
  1115.      if at least one file is transferred.
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.      Chapter 5 Pg 17        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1123.  
  1124.  
  1125.      Send files may be specified indirectly:
  1126.                                dsz sz @C:files.lst
  1127.      sends the files in C:files.lst.  This provides another means of
  1128.      bypassing the DOS command line limit.  The first letter must be "@" and
  1129.      the third letter must be ":" to distinguish this from an ordinary
  1130.      pathname.  Pathnames in the indirection file may be separated by any
  1131.      combination of space(s), tab(s), CR and/or LF.  No spaces may appear
  1132.      inside a pathname; "FOO     .BAR" won't work.
  1133.  
  1134.      A list of files to send may be built up with a command like:
  1135.  
  1136.      EXAMPLE: dir *.zip > files.tmp
  1137.  
  1138.      This file can be edited to remove unwanted files.  Then you send the
  1139.      files with:
  1140.      DSZ sz -m @c:files.tmp
  1141.  
  1142.  
  1143.      5.2  Interrupt Keys
  1144.  
  1145.      Ctrl-Break Terminates the transfer in progress.
  1146.  
  1147.      ALT-N Abruptly terminates (NUKES) the transfer in progress.
  1148.  
  1149.      Ctrl-X Typing a dozen Ctrl-X characters to another ZMODEM program
  1150.           terminates ZMODEM operations.
  1151.  
  1152.      ALT-F Skips the current file in ZMODEM transfers.
  1153.  
  1154.      ALT-B Cancels the current ZMODEM session.
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.      Chapter 6 Pg 18        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1182.  
  1183.  
  1184.      6.  NUMERIC PARAMETERS
  1185.  
  1186.      DSZ uses the following main numeric parameters, settable with the pxN
  1187.      command.
  1188.  
  1189.      EXAMPLE: dsz pQ0 rz -rr
  1190.  
  1191.  
  1192.      **************************************************************************
  1193.      NOTE: Parameter setting commands such as "pd0" cannot be added to
  1194.      DSZOPT, they must be included in the command line.
  1195.      **************************************************************************
  1196.  
  1197.      In addition, DSZ uses the Pro-YAM/ZCOMM zmodem numeric parameters
  1198.      described in the Pro-YAM/ZCOMM reference manual (ZCOMMDOC.ZIP) and in
  1199.      DSZBG.DOC.
  1200.  
  1201.  
  1202.      B   Set the size of buffer used for disk reads and writes.  The default
  1203.          is 1024, 4096 maximum (16384 max on GSZ and DSZ.EXE).  If your copy
  1204.          of DSZ is running on a floppy disk system or a very slow turkey hard
  1205.          disk, a larger value may give better results.  Too large a value may
  1206.          exhaust memory, induce receiver timeouts, cause disconnects(!), or
  1207.          generate spurious CRC errors.  If performance logging doesn't work,
  1208.          this parameter is too big.
  1209.  
  1210.          EXAMPLE: dsz pB4096 sz A:floppy.fil
  1211.  
  1212.          Setting the buffer size may lock out the performance log, DSZFILES,
  1213.          and/or indirect pathname list in DSZ.COM.
  1214.  
  1215.          IF YOU AREN'T BLOODY SURE YOU NEED A BIGGER BUFFER, DON'T USE ONE.
  1216.  
  1217.          Please understand that the B parameter has nothing to do with
  1218.          anything you've heard about 128, 1024 or 8192 byte XMODEM style
  1219.          blocks.  Normally, ZMODEM's block size is the entire file!
  1220.  
  1221.      G   This parameter controls the number of bytes loaded into the 16550A
  1222.          transmit FIFO (First In First Out) storage register on each
  1223.          interrupt.
  1224.  
  1225.          For maximum efficiency, DSZ fills the 16 byte transmit FIFO when the
  1226.          UART generates a FIFO Empty interrupt.  Once loaded, data
  1227.          transmission from the transmit FIFO cannot be stopped, so many bytes
  1228.          may be sent after the modem sends XOFF or asserts hard flow control
  1229.          restraint.  Good engineering practice requires that modems accept a
  1230.          large number of bytes after exerting flow control restraint, but
  1231.          some modems won't.
  1232.  
  1233.          This parameter is effective only with PCDOS machines using FIFO
  1234.          buffered UART devices.  To improve dsz's responsiveness to flow
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.      Chapter 6 Pg 19        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1241.  
  1242.  
  1243.          control restraint, set this parameter to 0.
  1244.  
  1245.          EXAMPLE: pG0
  1246.  
  1247.  
  1248.      O   This parameter controls XMODEM OverThruster(TM).  It is described in
  1249.          DSZBG.DOC.  This file is part of the software package sent to paid
  1250.          registrants.
  1251.  
  1252.      P   After a "speed" command, if you give a p command (display
  1253.          parameters), the P parameter value will indicate the type of serial
  1254.          I/O UART chip detected.  DSZ automatically detects and enables the
  1255.          FIFO on the NS16550A, NS16550AFN, and Intel 82510 chips.
  1256.  
  1257.          EXAMPLE: dsz port 1 speed 19200 p
  1258.  
  1259.  
  1260.          0  Indicates a standard 8250 or 16450 UART with no special features.
  1261.  
  1262.          1  Indicates an NS16550AN or NS16550AFN with 16 deep receive FIFO.
  1263.             These are the preferred chips.
  1264.  
  1265.          2  Indicates an Intel 82510 with 3 deep receive FIFO.
  1266.  
  1267.          The sequence "port 1 pP1 speed 19200" bypasses DSZ's verification
  1268.          checks normally performed on the FIFO configuration and may allow
  1269.          defective FIFO logic on certain chips to be used.  This incantation
  1270.          is not required for the NS16550AN or NS16550AFN.
  1271.  
  1272.          The sequence "pP-1 speed 2400" should be used with the Western
  1273.          Digital WD16550 chip to disable the brain damaged FIFO on that chip.
  1274.          The WD16550 FIFO has been observed to lose data when transmitting at
  1275.          2400 bps and slower speeds.  The minimum speed for normal transmit
  1276.          FIFO operation with the WD16C550 may vary with different computers.
  1277.  
  1278.  
  1279.      Q   Error code returned to DOS (default 1).  (Success always returns 0.)
  1280.          Some programs toss cookies when confronted with certain exit codes.
  1281.  
  1282.          EXAMPLE: dsz pQ-1 sz foo.bar
  1283.  
  1284.  
  1285.          DSZ reports an error if no files have been transferred, even if the
  1286.          command used wasn't supposed to transfer any file(s).
  1287.  
  1288.  
  1289.      R   If set to 1, causes partially received files to be deleted.
  1290.  
  1291.          EXAMPLE: DSZ pR1 rz
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.      Chapter 6 Pg 20        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1300.  
  1301.  
  1302.      S   Timeout in seconds (default 15) waiting for restraint release (XON
  1303.          and/or handshake).
  1304.  
  1305.      V   (DSZ.COM and GSZ only) Set this to 1 to use direct to screen video.
  1306.          This speeds up displays but may cause serial input errors when CGA
  1307.          equipped computers are used at high speeds.
  1308.  
  1309.          EXAMPLE: GSZ pV1 rz
  1310.  
  1311.          sets direct video output.
  1312.  
  1313.      W   Wait for Enter key before exiting after an error.  Effective only on
  1314.          registered copies.  Useful when calling DSZ from DESQview, allows
  1315.          the window to close unless there is an error message that should
  1316.          remain visible.
  1317.  
  1318.          EXAMPLE: dsz pW1 sz foo.bar
  1319.  
  1320.  
  1321.      Y   Control byte for the NS16550AN/NS16550FAN FCR register.  If you
  1322.          don't know what the FCR does, don't change this parameter.  It has
  1323.          been suggested that a different value (129) may improve multitasking
  1324.          under DESQview when multiple copies of DSZ are active.
  1325.  
  1326.      a   Calibrates certain protocol timeouts used with XMODEM and YMODEM
  1327.          transfers (Cybernetic Data Recovery(TM)).  This parameter does not
  1328.          affect ZMODEM transfers.
  1329.  
  1330.          The a numeric parameter is automatically set to 2000 for a 4.77 mHz
  1331.          PC or XT, 4000 for a PS2/30, 6000 for an 8 mHz 1ws AT, and 12000 for
  1332.          a PS2/80.  If your computer has a speedup card or otherwise runs
  1333.          unusually fast (or slow!) for its type, you may set the a numeric
  1334.          parameter to a value that reflects its speed.
  1335.  
  1336.          EXAMPLE: dsz port 2 pa4000 rb
  1337.  
  1338.  
  1339.          NOTE: Setting this parameter does not suppress the "Unknown Machine
  1340.          Type" message which is displayed before the command line is scanned.
  1341.  
  1342.      d   A non zero value (the default) causes incoming files received with
  1343.          ZMODEM and full YMODEM transfers to have their Date set to that sent
  1344.          in the file header.  ZMODEM's file management features depend on the
  1345.          transmission of each file's modification date.  Files will have the
  1346.          same creation date, even if the two machines are in different time
  1347.          zones.  When transferring files to/from a Unix system, creation
  1348.          dates are interpreted according to GMT or Universal Coordinated
  1349.          Time.  File dating may be disabled with a pd0 command, which causes
  1350.          files to assume the date and time they were received.
  1351.          NOTE: Backdating file creation times may confuse some backup
  1352.          programs.
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.      Chapter 6 Pg 21        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1359.  
  1360.  
  1361.      v   Verbose level (debugging output) Negative values inhibit some
  1362.          routine messages.  Setting v to 1 or greater causes serialized
  1363.          copies to ring the bell when a transfer is done.
  1364.  
  1365.          EXAMPLE: dsz pv1 port 2 rz
  1366.  
  1367.  
  1368.      z   Timezone in minutes behind GMT, used for ZMODEM and True YMODEM file
  1369.          transfers to coordinate the actual date of the file with computers
  1370.          in other time zones.  Effective on registered copies.  PDT or MST
  1371.          corresponds to 420.  This may be preset with the ZONE DOS
  1372.          environment variable.
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.      Chapter 7 Pg 22        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1418.  
  1419.  
  1420.      7.  ENVIRONMENT VARIABLES
  1421.  
  1422.      The following DOS environment variables may be set to modify DSZ
  1423.      operation.  DOS environment variables are set by giving a command to DOS
  1424.      before running DSZ.  You can add these commands to your autoexec.bat
  1425.      file.
  1426.  
  1427.  
  1428.      EXAMPLE: set DSZPORT=2
  1429.  
  1430.  
  1431.      The following form may be used for arbitrary address/vector
  1432.      combinations:
  1433.  
  1434.      EXAMPLE: set DSZPORT=3e8,4
  1435.  
  1436.      These DOS "set" commands may be placed in your AUTOEXEC.BAT file or
  1437.      given just before you run your communications program.
  1438.  
  1439.      IMPORTANT! Do not add spaces to these commands!!
  1440.      set DSZPORT  =  2 WILL NOT WORK!
  1441.  
  1442.  
  1443.      DIRRX (Registered copies only.) Specifies the directory to receive
  1444.          (download) files.  If the sting in DIRRX ends with "/", directory
  1445.          and/or disk designators in the incoming pathname are stripped, and
  1446.          only the stem (name and extension) is used.  Otherwise, if an
  1447.          incoming file has an absolute pathname, the incoming pathname is
  1448.          used.
  1449.  
  1450.          EXAMPLE: set DIRRX=C:/modem/download/dsz/
  1451.          dsz rz -r
  1452.          downloads files to the /modem/download/dsz directory on the C:
  1453.          drive, with ZMODEM Crash Recovery..
  1454.  
  1455.  
  1456.          EXAMPLE: set DIRRX=B:/
  1457.  
  1458.          The DOS "set" command defining the receive directory may be placed
  1459.          in your AUTOEXEC.BAT file.  Make certain there is enough environment
  1460.          space to hold this value.  Confirm this by typing "set" to the DOS
  1461.          prompt and verifying the DIRRX value is listed correctly.
  1462.  
  1463.      DSZFILES May contain a list of up to 9999 pathnames to transmit, with
  1464.          entries separated by spaces.  If present, DSZFILES is used in place
  1465.          of a normal command line list of files to send with the sb and sz
  1466.          commands.
  1467.  
  1468.          EXAMPLE: set DSZFILES=file1 file2 file3 *.c
  1469.          dsz port 2 handshake on sz -rr
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.      Chapter 7 Pg 23        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1477.  
  1478.  
  1479.          In practice, this string would be built up by a calling program and
  1480.          passed to DSZ with a "spawnvpe", "execvpe", or similar subroutine
  1481.          call.
  1482.  
  1483.          SEE ALSO: Pathname list specification @C:files.lst
  1484.  
  1485.      DSZLOG log file to receive entries for files sent and received.
  1486.          (Default null).  Sample entries:
  1487.  
  1488.      Z  46532 38400 bps 3324 cps   0 errors    66 1024 DSZ.COM 1177
  1489.      Z 124087 19200 bps 1880 cps   0 errors     6 1024 MXY.TMP 1177
  1490.  
  1491.          Transfer times are based on the DOS time of day clock and have up to
  1492.          two seconds' uncertainty.  As with all protocol throughput reports
  1493.          generated by Omen Technology programs (and contrary to the false
  1494.          claims of some critics), DSZ's throughput figures for ZMODEM,
  1495.          Kermit, and True YMODEM(TM) transfers do not take "credit" for
  1496.          pathname and/or protocol overhead characters.  DSZ's throughput
  1497.          reports do not include the time required to send the pathname.  This
  1498.          understates the true time required to transfer files, but the time
  1499.          required to send the pathname often depends on the alacrity of the
  1500.          operator, and thus does not always reflect the performance of the
  1501.          protocol itself.
  1502.  
  1503.          Transfers measuring less than one second are reported as having 9999
  1504.          characters per second throughput.
  1505.  
  1506.          The unlabeled numeric field after the error (retry) count is the
  1507.          number of flow control stoppages encountered sending the file.  This
  1508.          number gives an indication of flow control restrictions (overloaded
  1509.          networks, etc.) encountered during the transfer.
  1510.  
  1511.          The last numeric field before the file name is the YMODEM block size
  1512.          or ZMODEM subpacket length used for the last block in the file.
  1513.  
  1514.          The last field is the serial number of the other program, or -1 if
  1515.          this information is not available.  When sending files, the
  1516.          receiving program's serial number is not normally available unless
  1517.          the -S option is used.
  1518.  
  1519.          The code letter indicates the type of transfer, Z (ZMODEM), S
  1520.          (X/YMODEM), R (X/YMODEM), E (error), or L (transfer terminated by
  1521.          loss of data carrier).
  1522.  
  1523.          WARNING: If DSZ encounters a loss of carrier or other fatal error
  1524.          condition before a file COMMENCES transmission, a log entry may not
  1525.          be made.
  1526.  
  1527.  
  1528.          EXAMPLE: set DSZLOG=C:/yam/dszlog
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.      Chapter 7 Pg 24        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1536.  
  1537.  
  1538.          IMPORTANT! NO SPACES!!
  1539.  
  1540.  
  1541.      DSZOPT (Registered copies only) String containing default options for
  1542.          DSZ file transfers.  Options are optional modifiers to the DSZ sz,
  1543.          rz, sx, rx, sb, rb commands.
  1544.  
  1545.          A T may be appended to the string to force DSZ to exit after it has
  1546.          recognized a ZMODEM AutoDownload(TM) request.
  1547.  
  1548.          An 8g may be appended to the string to make BBS (ANSI) graphics the
  1549.          default for DSZ's t command.  The ability to preset these options is
  1550.          especially helpful for controlling ZMODEM automatic downloads from
  1551.          DSZ's t command.
  1552.  
  1553.          EXAMPLE: set DSZOPT=r
  1554.          Enables DSZ's Intelligent Crash Recovery(TM) as a default.
  1555.  
  1556.          Let's say you wish ZMODEM crash recovery, and BBS "graphics" for the
  1557.          DSZ term function:
  1558.          set DSZOPT=r8g
  1559.  
  1560.  
  1561.          If you're downloading files from GEnie with an MNP modem, the
  1562.          following will speed up your downloads with Genie's ZMODEM-90Tm.
  1563.          (You can recognize ZMODEM-90 on GEnie two ways: 1) MobyTurboTm is
  1564.          used to speed ZIP and ARC downloads, 2) "sz 4.xx" is displayed at
  1565.          the end of transfer.  As of this writing, ZMODEM-90 may not be
  1566.          available in all libraries.) Note that (as usual with DSZ) case is
  1567.          significant: the "r" must be lower case, the "W" upper case.
  1568.          set DSZOPT=rW16384
  1569.  
  1570.  
  1571.          WARNING: Do NOT include "ena" or any other commands in the DSZOPT
  1572.          string.  With the exception of the "8g" mode, only **options** may
  1573.          be placed in the DSZOPT string!  (Options are the letters that
  1574.          modify the sz, rz, sb, etc. commands.  In "rz -r", "r" is an
  1575.          option.)
  1576.  
  1577.          Parameters can not be set in DSZOPT.
  1578.  
  1579.      MAXBYTES Maximum number of bytes allowed for transfer.  If this number
  1580.          is exceeded, DSZ skips the offending files (ZMODEM) or aborts
  1581.          remaining files in the batch (YMODEM).
  1582.  
  1583.      DSZPORT Default communications port override, default 1.
  1584.  
  1585.          EXAMPLE: set DSZPORT=2
  1586.  
  1587.          IMPORTANT! NO SPACES!!
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.      Chapter 7 Pg 25        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1595.  
  1596.  
  1597.      ZONE sets the z numeric parameter to the number of minutes the current
  1598.          local time lags GMT time.  PDT or MST corresponds to 420.  PST
  1599.          corresponds to 480.
  1600.          EXAMPLE:
  1601.          set ZONE=420
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.      Chapter 8 Pg 26        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1654.  
  1655.  
  1656.      8.  EXIT STATUS
  1657.  
  1658.      DSZ exits with 0 status for successful transfers, or the value of the Q
  1659.      numeric parameter (default 1) if a file transfer failed, or if no files
  1660.      were transferred.  Many languages and "door" programs do not return this
  1661.      information to the calling program.  Some languages and "door" programs
  1662.      freak out (hang) on certain non-zero exit values.
  1663.  
  1664.      A batch file that calls DSZ directly may be used to detect the DSZ exit
  1665.      status with the DOS "errorlevel" construct.  Please refer to the Q
  1666.      numeric parameter below for more information.
  1667.  
  1668.      DSZ's log file entries may also be examined to determine the success or
  1669.      failure of a file transfer.
  1670.  
  1671.      DSZ commands are an improper subset of Pro-YAM/PowerCom/ZCOMM commands.
  1672.      The file transfer commands are fully described in ZCOMMDOC.ZIP, the
  1673.      ZCOMM User's Manual.  Relevant portions of the ZCOMM User's Manual are
  1674.      provided in DSZBG.ZOO, a Copyrighted file included with the DSZ
  1675.      registration disk.  You may refer to one of those documents for details
  1676.      on the following commands.
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.      Chapter 9 Pg 27        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1713.  
  1714.  
  1715.      9.  EXAMPLES
  1716.  
  1717.      dsz sz c:foo.zip              (send 1 file with ZMODEM)
  1718.  
  1719.      dsz sz -m c:*.zip             (send all .ZIP files with MobyTurbo(TM))
  1720.  
  1721.      dsz sz f1.c f2.c f3.c         (send 3 files with ZMODEM)
  1722.  
  1723.      dsz sz c:foo.* b:*.c          (send multiple files with ZMODEM)
  1724.  
  1725.      dsz sz -Z *.lst               (send text files with ZMODEM compression)
  1726.  
  1727.      dsz sz -r bigone.zip          (CRASH RECOVERY: resume interrupted
  1728.      transfer)
  1729.  
  1730.      dsz rz -r                     (CRASH RECOVERY: resume interrupted
  1731.      transfer)
  1732.  
  1733.      dsz rz -rr                    (CRASH RECOVERY with file comparison)
  1734.  
  1735.      dsz handshake both sz yamdemo.zip       (Hardware+Software handshake)
  1736.  
  1737.      dsz sz -n *.*                 (send files that are newer or rx has no
  1738.      copy)
  1739.  
  1740.      dsz sz -Yn *.*                (Only send files that are newer than
  1741.      receiver's copy)
  1742.                                    (Do not send files that do not exist on
  1743.      receiver's disk)
  1744.  
  1745.      dsz rz C:/UPLOADS             (receive files to specified directory #)
  1746.  
  1747.      dsz port 2 speed 38400 handshake both restrict rz
  1748.                                    (Restrict provides protection for BBS's)
  1749.  
  1750.      dsz rz  -y prog.zip           (ZMODEM, single file pathname override)
  1751.  
  1752.      dsz z pr1 rx foo.dat          (XMODEM receive, remove file if error)
  1753.  
  1754.      dsz pO60 ro foo.dat           (XMODEM/OverThruster receive, GEnie MNP #)
  1755.  
  1756.      DSZ LRC L-Y NEWPROG.ZIP       (generate lower case "rc -y" command)
  1757.  
  1758.      dsz sz foo >debug.dmp         (Debugging data dump)
  1759.  
  1760.      dsz sz @C:/bbs/files.lst      (Indirect file list)
  1761.  
  1762.      dsz sz -u *.lst               (Unlink (Delete) files as they are sent)
  1763.  
  1764.      # Registered copies only
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.      Chapter 9 Pg 28        DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1772.  
  1773.  
  1774.      10.  BACKGROUND OPERATION
  1775.  
  1776.      Three DESQview description files are provided to demonstrate background
  1777.      operation with modest (66 kb window) memory requirements.  DSZ uses
  1778.      tight C/ASM code, table driven CRC generators, and buffered receive and
  1779.      transmit for good performance in the background without hogging CPU
  1780.      cycles.  On a QIC Labs 8 mHz PC-AT clone, DSZ can download files in the
  1781.      background (3 background clock ticks, 9 foreground clock ticks) with a
  1782.      throughput better than 9600 bps.
  1783.  
  1784.      GSZ operates under DESQview with 128k of memory.
  1785.  
  1786.      2S   Prompts for file name(s) and sends them with ZMODEM protocol.
  1787.           File: 2S-PIF.DVP
  1788.  
  1789.      2T   Talks to the modem and allows manual YMODEM (F3) or automatic
  1790.           ZMODEM downloads.  File: 2T-PIF.DVP
  1791.  
  1792.      2A   Like 2T, but using Quarterdeck's dvansi.com memory resident ANSI
  1793.           CRT device driver to process ANSI screen codes.  File: 2A-PIF.DVP
  1794.           DS.BAT is the batch file used by 2A.
  1795.  
  1796.      These files are written for a port 2 local connection and \TMP
  1797.      directory, but may be modified to suit your requirements using the
  1798.      DESQview CP command.  The W numeric allows DESQview to close the window
  1799.      after DSZ finishes, providing a pleasant user interface.
  1800.  
  1801.      Other DVPs, Scripts, and Batch files are available on the DESQView
  1802.      conference on the Sound of Music as DVDSZ20Z.ARC.
  1803.  
  1804.      Please consult the DESQview documentation for instructions on
  1805.      installation procedure for the DVP files.
  1806.  
  1807.      Operation at high speed (above 9600 bps) may require the DESQview
  1808.      "Optimize communications" performance Advanced Setup option.
  1809.  
  1810.      Newer versions of DESQview may require more "common memory" allocation
  1811.      (6-8 k bytes) to operate with DSZ.  Some versions of DESQview do not
  1812.      operate properly with DSZ; DESQview 2.0 is known to work, and DESQview
  1813.      2.25 is reported to have fixed bugs in intermediate versions.
  1814.  
  1815.      On 286 and 386 machines, some DESQview operations involve swapping
  1816.      memory contents with buffers in extended memory.  As with extended
  1817.      memory ramdisks and disk caches, this causes errors with high speed
  1818.      communications.  The considerations discussed in the "286 and 386
  1819.      Extended Memory" subchapter apply here.  Since this DESQview extended
  1820.      memory swapping is asynchronous with respect to DSZ's file transfers,
  1821.      "handshake slow" doesn't help here.  The solution is to force DESQview's
  1822.      memory swaps to use smaller blocks (with interrupts allowed between
  1823.      blocks) and/or use NS16550AN or NS16550AFN chips for the serial
  1824.      interface.
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.      Chapter 10 Pg 29       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1831.  
  1832.  
  1833.      If you see funny characters on the screen while a program is loading,
  1834.      you have a conflict between the display adapter and QEMM memory manager
  1835.      which may cause lockups.  If so you must explicitly exclude the display
  1836.      adapter's memory with an EXCLUDE clause in QEMM's config.sys entry.
  1837.  
  1838.            ***********************************************************
  1839.                                      WARNING
  1840.      When running DSZ under a multi tasking system such as DESQview, do not
  1841.      allow two programs to access the same comm port at the same time.  At
  1842.      best, such actions will disrupt communications.  At worst, your computer
  1843.      will attempt to open a subspace channel to V'ger.
  1844.  
  1845.      Tell DESQview to use the SPECIFIC port number you are using, and not "Y"
  1846.      to the question: "Uses serial Ports (Y, N, 1, 2)"
  1847.  
  1848.      When running a comm program under DESQview or any related multitasking
  1849.      executive, DSZ must be called directly from the comm program, in the
  1850.      same window.  DO NOT open a separate window for DSZ unless you were
  1851.      about to power down the computer anyway.
  1852.            ***********************************************************
  1853.  
  1854.      With some communications programs, you can make the call, log in, and
  1855.      then exit (closing the window) without disconnecting the modem.  At this
  1856.      time you can fire up DSZ with the "t" command to allow YMODEM or ZMODEM
  1857.      downloads in a small window.
  1858.      Example File: 2A-PIF.DVP
  1859.  
  1860.      Alternatively, you can start DSZ from the DOS prompt, then type "AT"
  1861.      commands to the modem to call the bulletin board.  DESQview's "learn"
  1862.      facility may be helpful here.
  1863.  
  1864.      10.1  Windows 3
  1865.  
  1866.      Communications programs do not operate well under Windows 3 because
  1867.      Windows does not have true multitasking.
  1868.  
  1869.      10.2  VM
  1870.  
  1871.      According to Marshall Sutherland, Be sure to set IOPL3 mode to YES.
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.      Chapter 11 Pg 30       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1890.  
  1891.  
  1892.      11.  FLOW CONTROL
  1893.  
  1894.      If you plan to send files over Telenet (PC-Pursuit), you must refer to
  1895.      the Pro-YAM or ZCOMM Reference manual (in ZCOMMDOC.ZIP) FLOW CONTROL
  1896.      chapter for vital information on flow control considerations necessary
  1897.      for proper operation of ZMODEM and other streaming protocols.
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.      Chapter 12 Pg 31       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  1949.  
  1950.  
  1951.      12.  ERROR MESSAGES
  1952.  
  1953.      COM2 1200 bps Carrier Detect enabled Handshake slow
  1954.      Command line = (commands)
  1955.      This is a normal message displayed to help resolve problems with
  1956.      incorrect batch files.  The port number, speed, carrier detect
  1957.      ("enabled" or "DISABLED") and "handshake" indicate the selected mode of
  1958.      operation.
  1959.  
  1960.      DSZ FINISHED! exit code = 0
  1961.      This is DSZ's normal exit when at least one file has been transferred
  1962.      and no unrecoverable errors have been detected.  If an error such as a
  1963.      failed file transfer had been detected, the exit code would be 1, or the
  1964.      value set in the Q numeric parameter.
  1965.  
  1966.      As the message implies, DSZ has done all of its processing, and has
  1967.      return the communications port and vector to its original value before
  1968.      displaying this message.  If the computer locks up after this message is
  1969.      displayed, there's something wrong with the program that called DSZ, not
  1970.      with DSZ itself.
  1971.  
  1972.      Unknown Machine Type XX, 'a' parameter preset to 6000 indicates a ROM
  1973.      BIOS that does not follow the IBM specification for identifying the
  1974.      machine type.  If your computer causes DSZ to display this message, you
  1975.      may set the a numeric parameter described elsewhere in this document.
  1976.      This message is generated before any commands are read, so do not be
  1977.      alarmed when you "discover" that setting the a parameter doesn't make
  1978.      this message go away.  The a parameter does not affect ZMODEM transfers.
  1979.  
  1980.      Please send us a postcard or letter indicating the reported hex value
  1981.      for machine Type, name of the computer, and its speed so we can include
  1982.      that machine type in a future release.
  1983.  
  1984.      Need more memory to run DSZ or Abnormal program termination is displayed
  1985.      by the TurboC startup routine if DSZ is run in too small a memory
  1986.      partition.  If you see this message, use a larger memory partition for
  1987.      DSZ or remove some memory resident programs.  This message may also
  1988.      appear if the calling program fails to free memory before calling DSZ.
  1989.  
  1990.      No Carrier Detect is displayed when DSZ recognizes a lack of carrier
  1991.      detect signal from the modem.  Most support calls concerning "No Carrier
  1992.      Detect" are caused by the user failing to tell DSZ to use the correct
  1993.      port.  DSZ does not magically divine the COM port number; if the default
  1994.      COM1 is incorrect, DSZ must be told what port to use with the port
  1995.      command or the DPORT environment variable.
  1996.  
  1997.      No Carrier Detect may also be caused by a line disconnect, defective
  1998.      cable, or incorrect modem strapping.  It may be disabled with the d
  1999.      command.  Sometimes this is caused by setting the B parameter to too
  2000.      large a value.
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.      Chapter 12 Pg 32       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2008.  
  2009.  
  2010.      Garbage Count Exceeded Indicates ZMODEM has not detected a valid start
  2011.      of header in a reasonable number of characters.
  2012.  
  2013.      If DSZ becomes "stuck" on emitting this messages, it is possible the
  2014.      sending program may not be able to recognize and act upon transmission
  2015.      requests (ZROPS headers).  The sending program should be corrected.  In
  2016.      the meantime, setting a ZMODEM packet length with the "zmodem pl4096"
  2017.      ("l" is the small letter l) command will force the sender to wait for
  2018.      the receivers' progress reports.
  2019.  
  2020.      Permission denied comes from the Microsoft C Library.  This is caused by
  2021.      attempts to modify a read only file or directory, or to create a file in
  2022.      a nonexistent directory.
  2023.  
  2024.      A furtive flashing appearance of XOFF or FLOW during ZMODEM or YMODEM-g
  2025.      file sending signifies DSZ is responding to flow control restraint.
  2026.      This is normal operation when buffered modems or packet switched
  2027.      networks are used.  ZMODEM's robustness and reliability allow creative
  2028.      users to transfer files over unusual multiple computer lash-ups, causing
  2029.      modem data lights and computer status displays to dance in unfamiliar
  2030.      rhythms.
  2031.  
  2032.      Output FLow Control Restraint RELEASED Indcates DSZ has not received a
  2033.      positive flow control signal (XON and/or CTS as specified by the
  2034.      handshake command) within the timeout specified by the S numeric
  2035.      parameter.  This message may appear as the result of line noise.  If it
  2036.      appears often, it may indicate improper flow control settings, defective
  2037.      modem and/or cable, or (rarely) too small a value for the S numeric
  2038.      parameter.  A TSR program that monitors ring detect has also caused this
  2039.      problem.
  2040.  
  2041.      Not allowed to overwrite %s By default, DSZ will not overwrite an
  2042.      existing file.  Use the -y or -n or -r option to overwrite/update
  2043.      existing files.
  2044.  
  2045.  
  2046.      12.1  Got ZRPOS
  2047.  
  2048.      Got ZRPOS indicates the receiving program has detected a transmission
  2049.      error and has requested retransmission.  In other words, ZMODEM is doing
  2050.      its job of detecting and correcting missing and garbled data.
  2051.  
  2052.      If this happens with error correcting modems, or more often than
  2053.      observed line noise would suggest, the receiver's error messages must be
  2054.      studied.  "Line Status Register 01" messages indicate a flow control
  2055.      problem.  "Line Status Register 02" messages suggest a receiver problem
  2056.      with interrupt latency.
  2057.  
  2058.      Otherwise, the sender may have a flow control problem in one of four
  2059.      areas:
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.      Chapter 12 Pg 33       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2067.  
  2068.  
  2069.        + Between the sending program and its modem.  If using an interface
  2070.          speed higher than the transmission speed, or modem to modem error
  2071.          correction (MNP, LAPB, PEP, etc.), check that the modem and the
  2072.          sending program are configured for the same flow control methods.
  2073.          Omen Technology's software is faster than most other programs, and
  2074.          may expose flow control problems not seen with slower software.
  2075.  
  2076.        + Between the sending modem and the network.  Correcting this requires
  2077.          "handshake both" to allow the sending program to honor both hardware
  2078.          (CTS) flow control from the modem and software flow control
  2079.          (XON/XOFF) from the network.
  2080.  
  2081.        + Between parts of the network.
  2082.  
  2083.        + Between the receiving modem and the receiving program.  This can
  2084.          happen at high transmission speeds when the receiver has specified a
  2085.          large I/O buffer size with the B numeric parameter.
  2086.  
  2087.          Excessive interrupt latency from extended memory ramdisks or disk
  2088.          caches, and poorly written hard disk drivers also wreak havoc on
  2089.          streaming protocols but do not affect start-stop protocols (XMODEM,
  2090.          etc.).  Problems with extended memory disk caches may cause errors
  2091.          at regular intervals; check the receiver's error messages.
  2092.  
  2093.          To work around these problems, give the "handshake slow" command to
  2094.          the receiver.
  2095.  
  2096.      12.2  Subpacket too Long
  2097.  
  2098.      This error may be caused by flow control problems at the sender (see
  2099.      above).
  2100.  
  2101.      12.3  Bad CRC
  2102.  
  2103.      This error may be caused by flow control problems at the sender (see
  2104.      above).
  2105.  
  2106.      Byte NNNN retry M: <error message> These messages appear when the
  2107.      protocol has detected an error and is attempting to retransmit the
  2108.      garbled data.  These are normal messages.
  2109.  
  2110.  
  2111.      12.4  Serial Input Error: Line Status Register xx
  2112.  
  2113.      Serial Input Error: Line Status Register HH indicates a hardware
  2114.      problem, slow device driver, TSR program, or other software is disabling
  2115.      interrupts too long for the program to accept incoming data, and some
  2116.      characters are lost.  A slow response to folow control also triggers
  2117.      this message.
  2118.  
  2119.      The value of the line status register is displayed in HEX.  The
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.      Chapter 12 Pg 34       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2126.  
  2127.  
  2128.      following error conditions are OR'ed into the Line Status Register.
  2129.  
  2130.  
  2131.      01   The Interrupt level circular buffer has been overrun.  This
  2132.           indicates a flow control problem.  The remote did not respond to
  2133.           DSZ's XOFF or hardware flow control signal, and continued to send
  2134.           characters after being told not to.  This problem is alleviated by
  2135.           matching flow control between the sending computer, modems, and the
  2136.           receiving computer.  Usually, the mismatch exists between the
  2137.           sending computer and its modem.
  2138.  
  2139.  
  2140.      02   An 02 value for the LSR indicates Data Overrun.  "Data Overrun"
  2141.           means the computer was not able to respond to an incoming character
  2142.           from the UART (modem) in time to make room for the next incoming
  2143.           character.  Data Overruns are caused by poorly designed software
  2144.           (or ROM BIOS "firmware") locking out interrupts for excessive
  2145.           periods.  These lockouts prevent the communications program from
  2146.           responding to the incoming characters quickly enough.
  2147.  
  2148.           To correct Data Overruns, you must correct the offending
  2149.           condition(s) to allow the communications program to operate
  2150.           properly.
  2151.  
  2152.           Common causes of excessively long interrupt lockouts ("critical
  2153.           code regions") are disk drivers (BIOS), window managers (Windows 3
  2154.           is terrible), disk caches, TSR programs, and EGA/VGA board auto-
  2155.           select.
  2156.  
  2157.           Slowing the CPU to allow games and other time dependent programs to
  2158.           be used can generate excessive interrupt latency.
  2159.  
  2160.           Some BIOS programs are written without regard to their effect on
  2161.           high speed communications.  Better versions of the offending BIOS
  2162.           programs may be made available if enough users complain about poor
  2163.           performance.
  2164.  
  2165.           Interrupt latency caused by EGA/VGA board auto-select can be often
  2166.           corrected by disabling the board's Auto-Select.
  2167.  
  2168.           Poorly written disk caches and disk drivers cause interrupt latency
  2169.           that affects streaming protocols (ZMODEM) but not start-stop
  2170.           protocols such as XMODEM, YMODEM, JMODEM, Lynx, etc.  The handshake
  2171.           slow command can be used to stop reception during disk transfers.
  2172.  
  2173.           Other chapters in this document give suggestions for working around
  2174.           excessive interrupt latency by using the NS16550AN UART chip.
  2175.           Please refer to the "Brain Damaged UARTS" subchapter.
  2176.  
  2177.           Please try all the suggestions mentioned here before contacting
  2178.           Omen Technology about data overruns.
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.      Chapter 12 Pg 35       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2185.  
  2186.  
  2187.      08   Framing Error generally caused by line noise or an incorrect
  2188.           transmission speed ("baud rate") or format (number of bits).  Also
  2189.           caused by some cheap internal modems.  Most protocols require 8
  2190.           bits no parity (-8n) for proper operation.  This is set
  2191.           automatically by Omen Technology programs, but other programs may
  2192.           not be so smart.
  2193.  
  2194.  
  2195.      10   Break Interrupt generally caused by line noise or an incorrect
  2196.           transmission speed ("baud rate") or format (number of bits).  Also
  2197.           caused by some cheap internal modems.
  2198.  
  2199.  
  2200.      18   Framing Error and Break Interrupt (see above) in combination.
  2201.  
  2202.           This error may also be caused by defective 8250 UART chips.  Some
  2203.           internal modem cards have slow 8250 chips that do not operate
  2204.           properly with computers faster than 4.77 mHz.  Replacing the 8250
  2205.           with a NS16550AN is recommended.  Please refer to the "Brain
  2206.           Damaged UARTS" subchapter for details.
  2207.  
  2208.      Please refer to the In Case of Difficulty chapter of this document for
  2209.      solutions.
  2210.  
  2211.      Less commonly encountered DSZ error messages are explained in the Pro-
  2212.      YAM manual.
  2213.  
  2214.  
  2215.      12.5  No Carrier Detect
  2216.  
  2217.      If you see a No Carrier Detect message, and you haven't lost the
  2218.      connection, you should fix your modem cable or modem settings to allow
  2219.      proper operation of the Carrier Detect signal (CD).
  2220.  
  2221.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2222.      t
  2223.  
  2224.  
  2225.      12.6  Port %d (%X) defective
  2226.  
  2227.      When DSZ selects a serial port, it performs a quick hardware check to
  2228.      verify the presence and minimal functionality of the 8250 family UART.
  2229.      This message usually means a nonexistent port has been selected.
  2230.  
  2231.      Reports have been received of functional but nonstandard UART chips
  2232.      triggering this message.
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.      Chapter 12 Pg 36       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2244.  
  2245.  
  2246.      12.7  COMMAND NOT FOUND
  2247.  
  2248.      If you see this message, make sure DSZ is in the DOS PATH.  Sometimes
  2249.      this error is caused by having too many environment variable strings.
  2250.  
  2251.  
  2252.      12.8  Out of Environment
  2253.  
  2254.      means there is not enough room in the program environment to accept more
  2255.      data.
  2256.  
  2257.      DOS prints this message when it cannot allocate more memory to
  2258.      accommodate a "set" command, such as "set dirrx=c:/downloads/".
  2259.  
  2260.      Try moving the "set" commands to the batch file that calls your comms
  2261.      program, or to your AUTOEXEC.BAT file.
  2262.  
  2263.      To increase environment, use the /E switch. The default is 160 bytes.
  2264.  
  2265.      An example for your CONFIG.SIS file: SHELL=C:COMMAND.COM/E:256
  2266.  
  2267.      NOTE: Large environments may cause DSZ.COM to lockup.  This is less of a
  2268.      problem with DSZ.EXE.
  2269.  
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.      Chapter 13 Pg 37       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2303.  
  2304.  
  2305.      13.  SLOW TRANSFERS
  2306.  
  2307.      Some users report slower than expected file transfers even when few or
  2308.      no errors are reported.  Some possible causes are:
  2309.  
  2310.      If "handshake slow" is used, throughput may suffer.  Try one of the
  2311.      other solutions to the "Line Status Register = 02" errors discussed
  2312.      above.  When using "handshake slow" it may be possible to increase the
  2313.      modem's interface speed to 19200 bps or faster.
  2314.  
  2315.      Bad phone lines will silently slow MNP modems, sometimes without any
  2316.      error indications.  If the modems disconnect fairly often you should
  2317.      suspect marginal phone line conditions that are being hidden by MNP
  2318.      error correction.
  2319.  
  2320.      One of the programs may have set a parameter or option that acts to slow
  2321.      the transfer under certain conditions.
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.      Chapter 14 Pg 38       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2362.  
  2363.  
  2364.      14.  IN CASE OF DIFFICULTY
  2365.  
  2366.      14.1  LOCKUPS
  2367.  
  2368.      14.1.1  Insufficient Memory
  2369.      DSZ complains when it detects insufficient memory to operate.  When
  2370.      calling DSZ from another program, there may be ALMOST enough memory for
  2371.      proper operation, but DSZ locks up during a transfer or the calling
  2372.      program freezes after DSZ displays the "DSZ Finished" message.
  2373.  
  2374.      Sometimes there is a message about insufficient memory, sometimes just a
  2375.      lockup and no message.  To verify this problem, call CHKDSK from within
  2376.      your comms program (not from DOS!) by defining it as an external
  2377.      protocol.  If you use an interface program (Hotkeyz, Prodoor, etc.), you
  2378.      must call CHKDSK from that program, as those programs also reduce the
  2379.      memory available to DSZ.
  2380.  
  2381.      CHKDSK should report at least 64k free memory.  If less memory is
  2382.      reported, reduce the size of the COMMS program's capture buffer, or
  2383.      reboot the system with fewer/smaller device drivers and TSR programs.
  2384.      Calling DSZ directly from the comms program instead of from an interface
  2385.      also saves memory.
  2386.  
  2387.  
  2388.      14.1.2  Environment TOO BIG
  2389.      A large environment may cause DSZ.COM to lockup.  The size of the
  2390.      environment (the amount of text you get when you give the DOS "set"
  2391.      command) is subtracted from the data space available to 8086 C programs.
  2392.      This can be a problem with DSZ.COM, whose 8086 tiny model limits code,
  2393.      data, stack, and environment to 64 kb TOTAL.  Use DSZ.EXE (compiled with
  2394.      8086 small model) to alleviate this problem.
  2395.  
  2396.  
  2397.      14.1.3  Bad COM Port Configuration
  2398.      DSZ is fastidious about which interrupt vectors it takes over.  Unlike
  2399.      some programs, DSZ uses only the correct interrupt vector for its
  2400.      interrupt service routine.  (This allows multitasking.)
  2401.  
  2402.      DSZ obtains and releases this vector with standard DOS function calls.
  2403.      This allows multi line operation under DESQview and other multitasking
  2404.      systems.
  2405.  
  2406.      Incorrectly configured serial ports that work with programs that pig out
  2407.      both IRQ3 and IRQ4 will lock up with DSZ.  If DSZ locks up the machine
  2408.      as soon as it tries to send or receive data, this is usually the fault.
  2409.      Make sure the comm port is strapped correctly; COM1 uses IRQ4, COM2 uses
  2410.      IRQ3.  DSZ will lock up if the comm port is not properly set up.
  2411.  
  2412.      In addition, DSZ will not work properly if two devices are connected to
  2413.      the same IRQ line, even when some other programs (that don't use
  2414.      interrupts as intensively) do work normally on the same machine.
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.      Chapter 14 Pg 39       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2421.  
  2422.  
  2423.      COM3 and above are not widely standardized.  If you have problems with
  2424.      COM3, chances are your "COM3" is non standard.
  2425.  
  2426.  
  2427.      14.1.4  LAN Manager Conflicts
  2428.      Some Local Area Network (LAN) managers take over comm ports using code
  2429.      that interferes with DSZ.
  2430.  
  2431.      The following hint is from Tom Louvaris, LANtastic Sales/Support - New
  2432.      York.  Other LAN mamagers may require similar incantations to keep the
  2433.      LAN manager from messing with DSZ's comm port.
  2434.  
  2435.      Problem: When the lan is running, DSZ intermittantly fails.  DSZ starts
  2436.      the transfer by displaying "Ready to send pathname".  The receiving
  2437.      system does noting.  Eventually, DSZ exits with code 1, and no file is
  2438.      sent.
  2439.  
  2440.      To release one or more Com Ports with LANtastic 3.x, enter the
  2441.      following...
  2442.  
  2443.              Net Queue Halt \Sever-name Comn
  2444.  
  2445.  
  2446.      Note: You must be logged on to "Server-name" with Queue priveleges to
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.      Chapter 14 Pg 40       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2480.  
  2481.  
  2482.      enable the operation of this command.
  2483.  
  2484.      14.2  Incorrect Batch Files
  2485.  
  2486.      Incorrect batch files are the number one source of problems using DSZ
  2487.      for uploads and downloads.  Bulletin board programs with convoluted
  2488.      batch file mechanisms exacerbate the problem.
  2489.  
  2490.      DSZ's command line echo was added to assist in correcting defective
  2491.      batch files.  You should see a display like:
  2492.  
  2493.      Command line = 'rz '
  2494.      or
  2495.      Command line = 'port 2 speed 9600 sz foo.baz '
  2496.  
  2497.      You may have to add a "pause" command at the end of the batch file to
  2498.      allow DSZ's messages to be seen.  Another possibility is to turn on the
  2499.      printer with ^P before running DSZ, so DSZ's message can be saved on
  2500.      paper.
  2501.  
  2502.      In general, the Command line display should look like one of the
  2503.      examples in this document or those displayed by DSZ itself.  (The
  2504.      Command line display does not include the name of the DSZ program
  2505.      itself.)
  2506.  
  2507.      Try running DSZ by itself, without any batch files or TSR programs,
  2508.      calling it directly from DOS as described above.
  2509.  
  2510.  
  2511.      14.3  Cheap Internal Modems
  2512.  
  2513.      Numerous trouble reports have been received lately caused by cheap
  2514.      internal modems causing errors on ZMODEM transfers but not XMODEM.  A
  2515.      similar problem was experienced in the mid 80's during beta testing of
  2516.      some 2400 bps modems.  Perhaps defective LSI chips left over from those
  2517.      days were cloned or recovered from the trash bin.
  2518.  
  2519.  
  2520.      14.4  Commands Entered in Upper Case
  2521.  
  2522.      Most DSZ commands and options must be entered in lower case (small
  2523.      letters, not big letters).  Where the documentation or help screen
  2524.      indicates "rz", you must use "rz" and not "RZ".
  2525.  
  2526.  
  2527.      14.5  No Carrier Detect
  2528.  
  2529.      If you see a No Carrier Detect message, and you haven't lost the
  2530.      connection, you should fix your modem cable or modem settings to allow
  2531.      proper operation of the Carrier Detect signal (CD).
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.      Chapter 14 Pg 41       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2539.  
  2540.  
  2541.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2542.      t
  2543.  
  2544.  
  2545.  
  2546.      14.6  PKARC 3.6
  2547.  
  2548.      It has been reported that PK36 grabs some interrupts and doesn't restore
  2549.      them on exit in an attempt to prevent hacks of the program.  Since
  2550.      eliminating that particular version and cleaning up memory, high speed
  2551.      transfers even with 8250 UARTS work properly again.
  2552.  
  2553.      The problem with PK 3.6 appears to be most severe if a BBS operator has
  2554.      doorware, etc that accesses the PK programs from a shell of some sort.
  2555.      This info may be helpful to users who are having otherwise inexplicable
  2556.      file transfer problems.
  2557.  
  2558.      Phil Katz has written me that this problem has been corrected in
  2559.      subsequent versions.
  2560.  
  2561.  
  2562.      14.7  DOS 3.x
  2563.  
  2564.      DOS 3.x systems may need to have a "STACKS = 8,256" line in CONFIG.SYS
  2565.      to prevent antisocial behavior. This is required on the NEC Multispeed,
  2566.      or if certain TSR's are used.
  2567.  
  2568.  
  2569.      14.8  Perstor Controllers
  2570.  
  2571.      Several reports have been received indicating Perstor disk controllers
  2572.      interfere with data communications.  Perstor is reportedly working on a
  2573.      fix.
  2574.  
  2575.  
  2576.      14.9  IBM PS/2 Model 50Z
  2577.  
  2578.      Early samples of this machine have a design error on the motherboard
  2579.      that causes comms programs to lock up the machine.  Replacing the
  2580.      motherboard with a correctly functioning unit from current production
  2581.      corrects the problem.  The part number of the replacement PS2/50 Z
  2582.      motherboard is 35F5928.  (Information provided by John M. Choma
  2583.      73047,3566) U.S. IBM has stonewalled on this issue, but in December 1988
  2584.      agreed to replace the defective motherboards under warranty.
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.      Chapter 14 Pg 42       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2598.  
  2599.  
  2600.      14.10  Brain Damaged UARTS
  2601.  
  2602.      Omen Technology has received reports of problems with buggy 8250 type
  2603.      UART integrated circuits in Leading Edge modem boards, serial port
  2604.      interfaces, and computers.  The defective chip logic affects high
  2605.      performance software.  Replacing the buggy chip with a newer chip
  2606.      (NS16550AN) corrects the problem.
  2607.  
  2608.      The UM82450 chip in the Zoom 2400HC also appears to cause problems.
  2609.      Zoom Telephonics advises that this problem is limited to their old
  2610.      model.  The old model is inentifiable by an external volume control.
  2611.  
  2612.      You can identify an old chip by inspecting the serial interface board
  2613.      for 8250 or UM82450 type devices.  A service technician or hardware
  2614.      hacker can help if you are not familiar with reading chip numbers.
  2615.  
  2616.      Dsz users can identify old chips with the following software command:
  2617.  
  2618.      EXAMPLE: dsz port 1 speed 2400 p
  2619.  
  2620.      ZCOMM and Professional-YAM users can look at the printout produced by
  2621.      the s command;  old UART chips register as TYP 0.
  2622.  
  2623.      The National Semiconductor NS16550AN is a pin compatible plug in
  2624.      replacement for 8250 and 16450 serial chips.  Omen Technology software
  2625.      enables the FIFO buffer in the NS16550AN to prevents loss of data from
  2626.      poorly written device drivers, TSR programs, etc.
  2627.  
  2628.      We are also using the Goldstar GM82C550 chip with a 9025 date code.
  2629.      This Goldstar chip is plug compatible with the National chips.  No
  2630.      problems have been discovered with this chip.
  2631.  
  2632.      The NS16550AN has better electrical characteristics than the older UART
  2633.      chips.  386 and fast 286 machines should use the NS16550AN for best
  2634.      results.  Omen Technology software has been written to allow time for
  2635.      the older UART chips to operate. However, there is a limit to how much
  2636.      the software can rearrange chip accesses without resorting to
  2637.      performance robbing wait loops.  Some other software is not as forgiving
  2638.      of slow chips.
  2639.  
  2640.      Be sure to ask for the NS16550AN.  It is VITAL to get the National
  2641.      Semiconductor "AFN" or "AN" chip.  Other vendors' chips not mentioned
  2642.      above won't do.  Current Western Digital WD16C550 chips do not function
  2643.      properly at low speeds.
  2644.  
  2645.      As of this writing, the Goldstar GM82C550  and National NS16550AN and
  2646.      NS16550FAN are the only plug compatible chips that are known to work.
  2647.  
  2648.      The Hayes ESP board comes with two serial ports with NS16550A devices.
  2649.      The ESP definitions for COM3 and COM4 agree with the industry standard
  2650.      definitions used by Omen Technology.
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.      Chapter 14 Pg 43       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2657.  
  2658.  
  2659.      The following information comes from a number of people:
  2660.  
  2661.      "I have located a small dealer in New York who has the cards with or
  2662.      without the 16550.  I believe the price is around $50.00.  The company
  2663.      is RJK Consulting and the number is 718-968-9167. The gentleman to speak
  2664.      to is a Mr. RJ Kulman. ...  I got this information off the "Interlink"
  2665.      BBS system." Fm: Nick Braak [TRICON] 75156,1254
  2666.  
  2667.      Fry's - 415-770-FRYS.  This is a Silicon Valley electronic department
  2668.      store.
  2669.  
  2670.      Jameco Electronics at 415-592-8097 sells National NS16550AN chips mail
  2671.      order (credit card) in small quantities.  Unfortunately, we have
  2672.      received a number of reports that their serial i/o card is now supplied
  2673.      with the infamous WD16C550 soldered in, even when ordered with specific
  2674.      instructions to include 16550AN chips.
  2675.  
  2676.      Microprocessors Unlimited, 24000 South Peoria, Beggs, OK. (918) 267-
  2677.      4961. The price for the chip is $13.50 plus shipping costs. No minimun
  2678.      purchase is required.
  2679.  
  2680.      Consolidated Computers 4 Shoppers Lane Suite 121 Turnersville, NJ  08012
  2681.      (609)751-9595(voice) (609)751-3843(bbs) (609)751-3840(fax)
  2682.  
  2683.      Arrow Electronics at 800-932-7769 (516-467-1000).
  2684.  
  2685.      Willies Computer Software Company: 800/835-4832.
  2686.  
  2687.      N.B.: Current Western Digital WD16C550 chips do not function properly at
  2688.      low speeds.  This has been confirmed with samples received directly from
  2689.      Western Digital.  WD is aware of this problem, but has not informed us
  2690.      of a corrected chip.
  2691.  
  2692.  
  2693.  
  2694.      14.10.1  Everex Internal Modems
  2695.      Numerous reports have been received concerning difficulties with Everex
  2696.      modem cards.  Some of these cards contain buggy 8250 chips which are not
  2697.      up to the demands of full duplex streaming protocols such as ZMODEM.
  2698.      Replacing the buggy 8250 chip with NS16550AN chip corrects these
  2699.      problems.
  2700.  
  2701.  
  2702.      14.11  Weird Iron
  2703.  
  2704.      A few machines, some with V20 CPUs, reportedly don't like DSZ.COM.  We
  2705.      have not been able to repeat this; TeleGodzilla (using a V20) runs
  2706.      DSZ.COM without a hitch.  Switching to DSZ.EXE has cleared up the
  2707.      problems on other machines.
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.      Chapter 14 Pg 44       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2716.  
  2717.  
  2718.      14.12  Will the real YMODEM please stand up?
  2719.  
  2720.      Some XMODEM programs claiming to support YMODEM neither send nor accept
  2721.      the YMODEM pathname block.  1024 byte XMODEM is XMODEM-1k, not the
  2722.      YMODEM defined by Ward Christensen in 1985 when he invented the term
  2723.      YMODEM.  1987 and later versions of YMODEM.DOC remind the reader of the
  2724.      official YMODEM definition, which has not changed since YMODEM's coinage
  2725.      in 1985.
  2726.  
  2727.  
  2728.      14.13  286 and 386 Extended Memory
  2729.  
  2730.      Virtual memory disk caches and ramdisks using 80286 or 80386 extended
  2731.      memory require a kludge hardware reset of the CPU chip to return to the
  2732.      normal "real mode" after accessing extended memory.  This interference
  2733.      to the interrupt response time causes lost characters on comm ports, and
  2734.      may be minimized by specifying shorter memory transfers.
  2735.  
  2736.      Switching to a National NS16550AN or NS16550AFN UART chip helps
  2737.      tremendously, allowing transfers at 115200 bps instead of 9600 bps with
  2738.      a standard 8250.  Please refer to the subchapter on "Brain Damaged
  2739.      UARTs".  The DSZ "handshake slow" command may also help.
  2740.  
  2741.  
  2742.      14.14  Disk Caches
  2743.  
  2744.      Cache programs often interfere with ZMODEM transfers.  In one instance,
  2745.      replacing Microsoft's SMARTDRV.SYS with Multisoft's SUPERPCK.EXE helped.
  2746.  
  2747.      Some cache programs can be turned on and off; try turning it off when
  2748.      running DSZ.
  2749.  
  2750.      Switching to a National NS16550AN or NS16550AFN UART chip helps
  2751.      tremendously, allowing transfers at 115200 bps instead of 9600 bps with
  2752.      a standard 8250.  Please refer to the subchapter on "Brain Damaged
  2753.      UARTs".  The DSZ "handshake slow" command may also help.
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.      Chapter 15 Pg 45       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2775.  
  2776.  
  2777.      15.  ASSOCIATED DOCUMENTS
  2778.  
  2779.      Consult the Professional-YAM, PowerCom, or ZCOMM manual chapter "OPTIONS
  2780.      FOR FILE TRANSFERS" for descriptions of the file transfer options.  The
  2781.      "FILE TRANSFER BASICS" chapter explains the relative merits of XMODEM,
  2782.      YMODEM, ZMODEM, and other protocols and gives tips on their use.  The
  2783.      "MAIN COMMANDS" chapter describes the rb, rx, rc, rz, sb, and sz
  2784.      commands.  The "MODEM INTERFACING" and "FLOW CONTROL" chapters contain
  2785.      important information on the use of buffered modems with DSZ.
  2786.  
  2787.      Information on the ZMODEM Inter Application File Transfer Protocol is
  2788.      available in Omen Technology's "ZMODEM DEVELOPER's COLLECTION" ($89.00).
  2789.  
  2790.      Unix, Xenix and VMS C Source code for XMODEM, YMODEM, and ZMODEM
  2791.      transfers to/from Omen Technology Products is included in RZSZ.ZOO.[1]
  2792.      This file includes a Pro-YAM/ZCOMM script to upload a bootstrap file to
  2793.      a Unix system, force its compilation, and (if the compilation is
  2794.      successful) upload the rz/sz source files.
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.      __________
  2825.  
  2826.       1. Technical support for rzsz is available on a paid consulting basis.
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.      Chapter 16 Pg 46       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2834.  
  2835.  
  2836.      16.  FILES
  2837.  
  2838.      DSZ.COM, DSZ.DOC, 2A-PIF.DVP, 2S-PIF.DVP, 2T-PIF.DVP, BBS_REG.TXT,
  2839.      DS.BAT, FIX.BAT, MAILER, ZMODEMAD.BAT, ZMODEMD.BAT, ZMODEMDR.BAT, and
  2840.      ZMODEMU.BAT constitute Omen Technology's DSZ.ZIP.  These same files are
  2841.      in DSZ.ZOO on the distribution diskette mailed to registered users.[1]
  2842.  
  2843.      2S-PIF.DVP, 2A-PIF.DVP, DS.BAT, and 2T-PIF.DVP are used with Quarterdeck
  2844.      Office Systems' DESQview multitasking executive for background
  2845.      operation.  Their use is described in a previous chapter of this
  2846.      document.
  2847.  
  2848.      DGSZ.ZOO is distributed to GSZ registrants.  It contains GSZ.EXE and
  2849.      GCOLORS.EXE in addition to the above.
  2850.  
  2851.      ZCOMMDOC.ZIP (manual), ZCOMMEXE.ZIP (programs), ZCOMMHLP.ZIP (help
  2852.      processor and database), make up the ZCOMM communications tools
  2853.      shareware distribution.  The ZCOMM files are available on finer bulletin
  2854.      boards.
  2855.  
  2856.      RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE VAX VMS and
  2857.      Unix/Xenix programs licensed for use transferring files to/from licensed
  2858.      Omen Technology products.[2]
  2859.  
  2860.      DSZ.EXE compiled with the Xenix to DOS XC may give moderately higher
  2861.      maximum throughput noticeable on slower machines.  Sending from a faster
  2862.      machine to an 8 MHz IBM AT with 16550FAN, using 115200 bps and "sz -yZ
  2863.      rttypix":
  2864.  
  2865.      Program                       Throughput
  2866.  
  2867.      DSZ.EXE                       12735 cps
  2868.      DSZ.COM                       7164 cps
  2869.  
  2870.      ProComm+2.0                   5928 cps
  2871.  
  2872.      (Compare these speeds to those listed on Page 159 of the April 30, 1991
  2873.      issue of PC Magazine.)
  2874.  
  2875.      DSZ.EXE supports ZMODEM over 7 bit paths (E and P options), and
  2876.  
  2877.  
  2878.      __________
  2879.  
  2880.       1. DSZ.ZOO is supplied to registrants instead of DSZ.ZIP because not
  2881.          all registrants have copies of unarchiving programs.  The
  2882.          registration disk includes a copy of BOOZ, a simple dearchiver for
  2883.          ZOO files.
  2884.  
  2885.       2. Technical support for rzsz is available on a paid consulting basis.
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.      Chapter 16 Pg 47       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2893.  
  2894.  
  2895.      specified control character quoting (-Q<string> option).  The DSZ.EXE
  2896.      requires somewhat more memory than DSZ.COM.  DSZ.EXE does not support
  2897.      file sharing due to brain damage in the Microsoft C library.  The
  2898.      maximum DSZ.EXE I/O buffer size available with the B numeric parameter
  2899.      is 16384.  DSZ.EXE is available in DSZEXE.ZIP and DSZEXE.ZOO.
  2900.  
  2901.      ZCOMM and Pro-YAM also run faster than DSZ.COM.
  2902.  
  2903.      DSZBG.ZOO contains DSZBG.DOC.  Part of the DSZ registration disk, this
  2904.      file provides background information on the ZCOMM/Pro-YAM commands
  2905.      provided in DSZ and GSZ.
  2906.  
  2907.      The ZOO archive format is a machine independent improvement on the PC-
  2908.      DOS specific .ARC format. The ZOO format has been precisely defined, and
  2909.      stable ZOO archivers/dearchivers are available on a wide variety of
  2910.      systems.
  2911.  
  2912.      BOOZ.EXE unpacks .ZOO archives.  BOOZ.DOC describes BOOZ.EXE.
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.      Chapter 17 Pg 48       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  2952.  
  2953.  
  2954.      17.  Other Omen Technology Products
  2955.  
  2956.      17.1  Professional-YAM COMMS TOOLS
  2957.  
  2958.      Omen Technology makes Professional-YAM, a comprehensive comms program
  2959.      with unmatched power.  Flavors are available for PC-DOS, Unix, Xenix,
  2960.      and OS/2 Protected mode.  Unix source code is available under license.
  2961.  
  2962.  
  2963.      17.2  ZCOMM: Industrial Strength COMMS Shareware
  2964.  
  2965.      ZCOMM is a full featured shareware version with a $40.00 basic
  2966.      registration.  Registered DSZ users upgrading to ZCOMM get a free
  2967.      binder!
  2968.  
  2969.  
  2970.      17.3  ZMODEM Developer's Collection
  2971.  
  2972.      Omen Technology sells the "ZMODEM Developer's Collection" for $89.00.
  2973.      This diskette includes the most recent public domain versions of
  2974.      YMODEM.DOC, ZMODEM.DOC and the Unix/VMS rz/sz C source code for YMODEM
  2975.      and ZMODEM.  Porting to the intended application is the sole
  2976.      responsibility of the purchaser.  For many developers, this collection
  2977.      affords a significant labor savings in obtaining these materials.
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.      Chapter 18 Pg 49       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3011.  
  3012.  
  3013.      18.  FAIR PLAY
  3014.  
  3015.      Unlike snazzy menu interfaces, reliable high speed transfer protocols
  3016.      take many hours of testing, often over expensive phone connections, to
  3017.      develop.  Two decades of communications experience and protocol testing
  3018.      are distilled in DSZ.
  3019.  
  3020.      DSZ is a user supported program developed and supported by Chuck
  3021.      Forsberg, owner of Omen Technology.  Countless hours of work and
  3022.      expen$ive resources went to develop and support DSZ for the myriad
  3023.      environments users use it in.  The fact that most of the problems people
  3024.      encounter with DSZ are caused by other software, hardware problems,
  3025.      failure to read the supplied documentation, or pirating has not kept
  3026.      users from seeking and getting help, even if it means calling the author
  3027.      in the middle of his sleep.
  3028.  
  3029.      Beyond this, the world of communications is constantly evolving, and it
  3030.      requires a significant ongoing effort to keep DSZ and its documentation
  3031.      up to date with the current state of the art.  Individuals with little
  3032.      knowledge of the dynamic nature of telecommunications (or hidden
  3033.      agendas) have misrepresented the frequency of enhancements to DSZ as a
  3034.      sign that DSZ is "unstable" and unworthy of "serious consideration".  If
  3035.      you think such sniping is fair play, you are more than welcome to use
  3036.      one of the many other protocol programs available, each of which claim
  3037.      to offer speed and reliability comparable to DSZ.
  3038.  
  3039.      Non registered users are welcome to use DSZ for a reasonable evaluation
  3040.      period.  "Reasonable" means "until you've decided whether the program is
  3041.      worth $20.00." It does not mean "until some competing program gets
  3042.      around to adding ZMODEM or True Ymodem(TM)".  Once you've evaluated DSZ,
  3043.      ethical use of DSZ requires registering the copy.
  3044.  
  3045.      DSZ is not and never has been Public Domain.  Every version of DSZ has
  3046.      included a Copyright Notice and a prohibition against sale or
  3047.      modification.  There is no usage counter or other Trojan Horse in DSZ,
  3048.      but if you use this program, you have a moral and ethical obligation to
  3049.      register it.
  3050.  
  3051.      Paid registration enables t -8g, DIRRX, DSZOPT, OverThruster(TM),
  3052.      YMODEM-g, and other advanced features that are present in DSZ.ARC in
  3053.      encrypted form.  The registration package serializes and decodes all
  3054.      past and future versions of DSZ.COM and DSZ.EXE.  You can get a fully
  3055.      featured upgrade of DSZ simply by downloading a newer version from
  3056.      TeleGodzilla, GEnie (IBM Roundtable), CompuServe, and trusted bulletin
  3057.      boards.
  3058.  
  3059.  
  3060.  
  3061.  
  3062.  
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.      Chapter 18 Pg 50       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3070.  
  3071.  
  3072.      18.1  Sharing DSZ Files
  3073.  
  3074.      You are welcome to share unmodified copies of DSZ.ZIP or DSZ.ZOO with
  3075.      your friends and associates for their evaluation.  This documentation
  3076.      file and the MAILER file must be provided with all copies of DSZ except
  3077.      by prior written permission from Omen Technology Inc.  Because of piracy
  3078.      problems, Omen Technology must INSIST that DSZ be distributed only as
  3079.      part of the DSZ.ZIP file EXACTLY as provided by Omen Technology Inc, or
  3080.      in an archive which displays a CRC value for DSZ.COM equal to that shown
  3081.      in the Changes chapter.  If DSZ.ZIP is repacked, no files may be added
  3082.      to or removed from the archive.
  3083.  
  3084.      If you see an improperly packed or otherwise modified DSZ archive or
  3085.      parts thereof in a bulletin board, please ask the board's operator to
  3086.      replace such files with DSZ.ZIP exactly as provided by Omen Technology
  3087.      Inc.  Flame them until they behave ethically.
  3088.  
  3089.      Unmodified copies of Omen Technology shareware and demo files including
  3090.      GSZ.ZIP, DSZ.ZIP and DSZBG.ZIP may be distributed by "shareware
  3091.      distributors" provided 1) the files are clearly identified as
  3092.      unregistered shareware, 2) the cost of the distribution is nominal.
  3093.      Otherise, no version of DSZ may be sold without the prior written
  3094.      permission of Omen Technology Inc.
  3095.  
  3096.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  3097.      have no function whatsoever except to aid and encourage the theft of
  3098.      Omen Technology's Intellectual Property.
  3099.  
  3100.      Distribution or use of programs or procedures that modify, patch,
  3101.      disassemble, decompile, or otherwise reverse engineer DSZ without the
  3102.      prior written permission by Omen Technology Inc is a bloody theft of
  3103.      intellectual property and services and is a violation of Federal
  3104.      Copyright Law.  The same applies to debug scripts and documentation
  3105.      written for the same purposes.  These perform the same function as
  3106.      pirate satellite and/or cable descramblers, to obtain benefit from
  3107.      encrypted communications without proper payment.  Piracy has been
  3108.      investigated by the FBI and prosecuted under federal statutes.
  3109.      Applicable law provides for damages and recovery of attorney's fees.
  3110.      Omen Technology has received reports of serious problems caused by
  3111.      unauthorized patches to DSZ, and cannot assume liability for the
  3112.      performance of the resultant code.  So far, none of the slime producing
  3113.      such bilge have seen fit to sign their real name and address to their
  3114.      cretinous attempts at ego gratification.
  3115.  
  3116.      Distribution of DSZ in any medium without this documentation file is an
  3117.      unauthorized modification to DSZ that deprives the rightful author of
  3118.      registration revenues.  That is a theft of intellectual property.  Such
  3119.      distribution damages the author by forcing the user and author to waste
  3120.      time and phone bills scrounging for the documentation, and answering
  3121.      questions that are fully covered in the documentation.
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.      Chapter 18 Pg 51       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3129.  
  3130.  
  3131.      If any version of DSZ is distributed with any other product, software or
  3132.      hardware, the product documentation must clearly and prominently state
  3133.      that the customer's continued use of DSZ requires registration directly
  3134.      with Omen Technology or its duly authorized agent(s).  When unregistered
  3135.      copies of DSZ are distributed on disk, a contemporary copy of
  3136.      ZCOMMDOC.ZIP should be included on the same disk.
  3137.  
  3138.      Thank you for your support.
  3139.  
  3140.      18.2  REGISTRATION
  3141.  
  3142.      After a short evaluation period, ethical users must register their copy
  3143.      of DSZ with a check for $20.00 in U.S. funds sent to:
  3144.  
  3145.             Omen Technology Inc.
  3146.             P.O. Box 4681
  3147.             Portland, OR 97208
  3148.  
  3149.      The address on your check is sufficient, no need to fill out forms.
  3150.  
  3151.             For VISA/MC Registrations, you can also:
  3152.             Call VOICE: 503-621-3406
  3153.  
  3154.             Or register online: 503-621-3746  300-1200-2400 bps
  3155.             Or FAX the INSTANT MAILER to: 503-621-3735
  3156.  
  3157.      Don't bother scrounging for an envelope, just print the INSTANT MAILER
  3158.      included in this archive!
  3159.  
  3160.      Overseas registrations are sent out International Air Mail.  Users,
  3161.      especially those overseas, may choose to register their copy of DSZ for
  3162.      $25.00 U.S.  by providing their VISA or Mastercard card number with
  3163.      expiration date and their name as it appears on their credit card.
  3164.  
  3165.      Purchase orders for less than $150 must be prepaid.  Omen Technology Inc
  3166.      Federal TAX ID #: 930858776 Oregon TAX ID #: 536565
  3167.       .ne 12
  3168.  
  3169.      "Das Recht zur Benutzung von DSZ in Deutschland, Oesterreich und der
  3170.      Schweiz erwerben Sie durch Bezahlung der Lizenzgebuehr von DM 57,00
  3171.      (incl. Mwst) an RzK
  3172.  
  3173.      Doris Koepke
  3174.      Bitzenstr. 11
  3175.      D-5464 Asbach
  3176.  
  3177.      Tel. 02683-4547, FAX 49 2683 4537, Telex 86 3705 rzk d, CIS
  3178.      [70126,1660]. Sie erhalten dann von dort sowohl die neueste Version, als
  3179.      auch Ihren individuellen Software-Key, mit dem Sie auch kuenftige
  3180.      Shareware-Versionen "aufschliessen", also die in der Shareware Version
  3181.      nicht zugnglichen Programmfunktionen nutzbar machen koennen, per Post.
  3182.  
  3183.  
  3184.  
  3185.  
  3186.  
  3187.      Chapter 18 Pg 52       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3188.  
  3189.  
  3190.      Die Benutzung nicht registrierter Versionen stellt einen Verstoss
  3191.      geltenden Rechts dar und wird strafrechtlich verfolgt."
  3192.  
  3193.  
  3194.      *************************************************************************
  3195.      The user registration package includes a printed serial number password
  3196.      (SNP) card.  The registration "care package" diskette contains the
  3197.      latest versions of the DSZ programs, additional user documentation, and
  3198.      the installation program which uses your personal SNP to enable advanced
  3199.      features and bypass the opening advertisement.
  3200.  
  3201.      The registration package unlocks the extra value in all past and future
  3202.      versions of DSZ.COM and DSZ.EXE.
  3203.      *************************************************************************
  3204.  
  3205.      The unique serial number on the registration card is registered to the
  3206.      user, and is acceptable proof of registration to corporate auditors.
  3207.  
  3208.      The putsnp program inserts your unique DSZ Serial Number Password (SNP)
  3209.      into you copy of DSZ with the following command:
  3210.             putsnp dsz.com
  3211.      Putsnp prompts for your SNP and asks appropriate questions before
  3212.      inserting the SNP to enable the extra value in DSZ.
  3213.  
  3214.      GSZ is serilized with the GCOLORS program described above.
  3215.  
  3216.      Some TSR programs and device deivers interfere with putsnp.  If you have
  3217.      a lockup running putsnp, run it without any device drivers or TSR
  3218.      programs (boot a plain DOS from floppy disk).
  3219.  
  3220.      Your disk directory entry for DSZ will show the date and time you
  3221.      serialized your copy of DSZ.  This does not affect the revision date DSZ
  3222.      announces when DSZ is run.
  3223.  
  3224.  
  3225.      The only legitimate way to disable the opening advertisement in DSZ is
  3226.      to insert an authorized SNP obtained from Omen Technology into DSZ with
  3227.      the putsnp program.  Any other suppression or modification of the
  3228.      opening screen is an illegal, unethical theft of services.  Omen
  3229.      Technology has received reports of serious problems caused by
  3230.      unauthorized patches to DSZ, and cannot assume liability for the
  3231.      performance of the resultant code.
  3232.  
  3233.      Piracy is stealing.
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.      Chapter 18 Pg 53       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3247.  
  3248.  
  3249.      18.3  Files on Registration Disk
  3250.  
  3251.      The following files are currently included on the Registration Disk sent
  3252.      to paid registrants.
  3253.  
  3254.      BOOZ.EXE       Program to unpack .ZOO archives.  BOOZ.DOC describes
  3255.                     BOOZ.EXE.
  3256.  
  3257.  
  3258.      DSZEXE.ZOO     Contains DSZ.EXE.
  3259.  
  3260.                     To dearchive with booz: booz x dszexe
  3261.  
  3262.                     Type "booz" without arguments to see the help message.
  3263.  
  3264.  
  3265.  
  3266.      DSZ.ZOO        Contains DSZ.COM, DSZ.DOC, DESQview description files.
  3267.  
  3268.                     To dearchive with booz: booz x dsz
  3269.  
  3270.  
  3271.      DGSZ.ZOO       Contains GSZ, DSZ, GSZ.DOC, and DESQview description
  3272.                     files.
  3273.  
  3274.                     To dearchive with booz: booz x dsz
  3275.  
  3276.                     RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE VAX
  3277.                     VMS and Unix/Xenix programs licensed for use transferring
  3278.                     files to/from licensed Omen Technology products.[1]
  3279.  
  3280.                     To dearchive RZSZ with booz: booz x rzsz
  3281.  
  3282.  
  3283.      PUTSNP.EXE     Installs your unique registered serial number to enable
  3284.                     the extra value in DSZ.
  3285.  
  3286.  
  3287.      DSZBG.DOC      (in DSZBG.ZOO) Background information for GSZ and DSZ,
  3288.                     consisting of relevant parts of the ZCOMM User's Manual.
  3289.  
  3290.                     To dearchive with booz: booz x dszbg
  3291.  
  3292.  
  3293.  
  3294.  
  3295.  
  3296.      __________
  3297.  
  3298.       1. Technical support for rzsz is available on a paid consulting basis.
  3299.  
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.      Chapter 18 Pg 54       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3306.  
  3307.  
  3308.      18.4  Bulletin Board Registration
  3309.  
  3310.      Note to the wise BBS operator: be sure you understand the DSZ restrict
  3311.      command and how to use it.
  3312.  
  3313.      Use and/or copying of DSZ by bulletin board sysops and/or systems is
  3314.      allowed according to the following conditions:
  3315.  
  3316.      I agree to feature the ZCOMM files (ZCOMMEXE.ZIP, ZCOMMDOC.ZIP,
  3317.      ZCOMMHLP.ZIP) for downloading, and to announce the availability and
  3318.      features of ZCOMM in any bulletins, help displays, or other displays
  3319.      that mention communications programs.  It is my responsibility to
  3320.      maintain reasonably current versions of the ZCOMM files on the BBS shown
  3321.      above.
  3322.  
  3323.      I understand that I am welcome to use DSZ on my bulletin board(s) from
  3324.      the time I sign and mail this document as long as I abide by the
  3325.      conditions above, including featuring the above mentioned ZCOMM files.
  3326.  
  3327.      I shall distribute DSZ.COM only as part of the DSZ.ZIP EXACTLY as
  3328.      provided by Omen Technology Inc, or "zipped" without any file additions,
  3329.      deletions, or modifications.  If I distribute DSZEXE.ZOO, I shall also
  3330.      maintain DSZ.ZIP in the same directory since DSZEXE.ZOO references files
  3331.      in DSZ.ZIP.
  3332.  
  3333.      If I see a modified DSZ archive or parts thereof in a file or collection
  3334.      of files (e.g., archive) on a bulletin board, I shall replace such files
  3335.      or archive members with the contents of DSZ.ZIP exactly as provided by
  3336.      Omen Technology Inc.  I shall report instances of noncompliance to Omen
  3337.      Technology.
  3338.  
  3339.      I shall not allow any version of dsz to be sold, modified, patched,
  3340.      hacked, disassembled, decompiled, or otherwise reverse engineered
  3341.      without the prior written permission of Omen Technology Inc.
  3342.  
  3343.      I understand that DSZ is not and never has been Copy Protected.  I fully
  3344.      understand that "DSZ unprotect" files have no function whatsoever except
  3345.      to aid and encourage the theft of Omen Technology's Intellectual
  3346.      Property.
  3347.  
  3348.      (For this BBS registration, a multi node bulletin board operating from a
  3349.      single, common file system counts as one machine.)
  3350.  
  3351.      The purpose of bulletin board registrations is to support and promote
  3352.      ZCOMM and Professional-YAM by popularizing the ZMODEM protocol and
  3353.      featuring the ZCOMM shareware files available for downloading.
  3354.  
  3355.      BBS registrations must be submitted on the bbs_reg form with signature
  3356.      and date, and must accompany a new paid DSZ or ZCOMM registration.  The
  3357.      paid registration that must accompany your BBS registration can be one
  3358.      submitted by one of your board's users.  Most boards have many
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.      Chapter 18 Pg 55       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3365.  
  3366.  
  3367.      unregistered DSZ users, so getting one of them to register their DSZ
  3368.      should pose no difficulty.  Since the paid registration may be from one
  3369.      of your board's users, you can get your BBS registered for free by
  3370.      getting one of your users to register his/her DSZ at the same time.
  3371.  
  3372.  
  3373.  
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380.  
  3381.  
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420.  
  3421.  
  3422.  
  3423.      Chapter 18 Pg 56       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3424.  
  3425.  
  3426.      19.  CHANGES
  3427.  
  3428.      Be sure to save your serial number/password (SNP) card and the putsnp
  3429.      program you received from Omen Technology to use with future versions of
  3430.      DSZ you may download!
  3431.  
  3432.      Current GSZ and DSZ versions are maintained on GEnie (IBM Roundtable),
  3433.      EXEC-PC BBS, CompuServe (IBMCOM and CONSULT SIGs) as well as
  3434.      TeleGodzilla.
  3435.  
  3436.      DSZ is a popular program which has been the object of virus attacks.
  3437.      Pirated/hacked versions of DSZ have cost users and DSZ's developer
  3438.      thousands of dollars in lost time and other expenses, in addition to
  3439.      injuring of Omen Technology's reputation.
  3440.  
  3441.      Virus and Trojan code hidden in hacked/pirated copies of DSZ and
  3442.      programs claiming to "register DSZ" have caused loss of data.
  3443.  
  3444.      Name             Length                           Date        Time   CRC
  3445.  
  3446.  
  3447.      dsz.com          52340  Crunched   15%     44971   7 Aug 91   6:02p  6713
  3448.      dsz.exe          62721  Crunched   19%     51294   7 Aug 91   5:57p  1e93
  3449.      PKZIP -vt 32 bit CRC: 40FF2E48   52340  dsz.com
  3450.      PKZIP -vt 32 bit CRC: 54F179B3   62721  dsz.exe
  3451.  
  3452.  
  3453.  
  3454.      Your copy of DSZ should show this information as provided by
  3455.  
  3456.             arc v dsz
  3457.      or
  3458.            pkxarc -v dsz
  3459.            lharc v dsz Setting GSZWINDOW does not affect the GSZ t command.
  3460.  
  3461.      ARC, and LHARC use a 16 bit CRC.
  3462.  
  3463.  
  3464.      ZIP uses a 32 bit CRC compatible with  the  Professional-YAM  and  ZCOMM
  3465.      "crc" command.
  3466.            pkzip -vt dsz
  3467.      The following Pro-YAM/ZCOMM command gives the 32 bit CRC for DSZ.COM:
  3468.  
  3469.      EXAMPLE: >>>c: crc dsz.com
  3470.  
  3471.  
  3472.      If your copy shows a different CRC or file length, insist on a
  3473.      legitimate copy and report the source of the bogus/pirated copy to Omen
  3474.      Technology Inc.  Omen Technology has received reports of serious
  3475.      problems caused by unauthorized patches to DSZ, and cannot assume
  3476.      liability for the performance of the resultant code.
  3477.  
  3478.  
  3479.  
  3480.  
  3481.  
  3482.      Chapter 19 Pg 57       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3483.  
  3484.  
  3485.      COM7 and COM8 are changed; see the "port" command above.
  3486.  
  3487.      A problem in the 1/17/89 and 2/2/89 DSZ versions corrupts files under
  3488.      unusual circumstances.  Please delete all instances of the 1/17/89 and
  3489.      2-02-89 version.
  3490.  
  3491.      There never was a "zmodem d" parameter in DSZ.  Older versions of DSZ
  3492.      ignored attempts to set this nonexistient parameter with a message that
  3493.      humans ignored.  DSZ now aborts when asked to set a nonexistient
  3494.      parameter.  There is a "d" parameter that controls time/date stamping of
  3495.      files; Bulletin boards that need to disable time/date stamping of
  3496.      received files should simply use "pd0" not preceded by a "z".
  3497.  
  3498.      Good news for tired frog stompers!  The ZMODEM rz/sz programs are
  3499.      available in native VMS flavors with wild cards, record format support,
  3500.      etc..  Pre compiled VAX/VMS files are contained in the RZSZ.TLB
  3501.      compressed text library.
  3502.  
  3503.      Aug 7 1991: Serial I/O modifications have solved a Wedge-O-Matic(R)
  3504.      problem with one hardware configuration (antique 2400 bps internal
  3505.      modem).  Hopefully this will solve similar non-replicatable problems for
  3506.      other users.
  3507.  
  3508.      A number of display fixes/enhancements to GSZ, including the addition of
  3509.      the GSZWINDOW environment variable enabling BBS sysops to protect BBS
  3510.      status lines at the bottom of the screen.
  3511.  
  3512.  
  3513.      July 29 1991: Corrections to gcolors registration function.
  3514.  
  3515.      July 28 1991: Some changes to GSZ and CGOLORS to improve human factors.
  3516.  
  3517.      "GCOLORS -q" disables the flashing reminder of which field is being
  3518.      modified.  This was added to help users with certain visual impairments.
  3519.  
  3520.      A few users have reported hung transfers wither certain hardware and/or
  3521.      software configurations.  We have not been able to replicate the
  3522.      problem, but have added code that recovers from lost interrupts.
  3523.  
  3524.      July 21 1991: Preview release of GSZ!!
  3525.  
  3526.  
  3527.      July 3 1991: Spurious "Invalid Download Directory" message has been
  3528.      removed.  More hacks to accomodate AT&T's mutant "ymodemb" protocol.
  3529.      AT&T may be the right choice, but their "ymodemb" is not the right
  3530.      protocol.
  3531.  
  3532.      June 13 1991: DSZLOG entries made by the 6/10 DSZ had no carriage
  3533.      returns.  Please check the "pxN" and "z pxN" command descriptions for
  3534.      important clarifications.
  3535.  
  3536.  
  3537.  
  3538.  
  3539.  
  3540.  
  3541.      Chapter 19 Pg 58       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3542.  
  3543.  
  3544.      June 10 1991: A problem with sending with flow control has been fixed.
  3545.      Intelligent Crash Recovery(TM) has been enhanced to prevent timeouts
  3546.      when computers with different CPU speeds are used.
  3547.  
  3548.      May 31 1991:  The "sb" command has been hacked to accomodate an AT&T
  3549.      nonstandard "ymodemb" protocol.
  3550.  
  3551.      The handling of hardware flow control has been hacked to prevent flow
  3552.      control timeouts caused by TSR programs that poll the UART status
  3553.      registers.
  3554.  
  3555.      The size of the input buffer has been increased.
  3556.  
  3557.      The "V" numeric parameter has been added to DSZ.COM to allow direct
  3558.      video output in some instances.
  3559.  
  3560.      April 29 1991: The "t" command no longer ignores options set with DSZOPT
  3561.      and/or as flags to the "t" command.
  3562.  
  3563.      April 16 1991: Operation of "handshake slow" has been enhanced when
  3564.      receiving with ZMODEM CRC-32 and MobyTurbo(TM).  Users who had
  3565.      previously found "handshake slow" unable to control disk related "Line
  3566.      Status Register 02" overrun errors should find the new "handshake slow"
  3567.      more effective on ZMODEM CRC-32 and MobyTurbo downloads.
  3568.  
  3569.      DSZ.COM and DSZ.EXE now announce themselves as DSZ.COM and DSZ.EXE.
  3570.      DSZ.DOC has more discussion of differences between .COM and .EXE flavor.
  3571.      See the FILES chapter for expanded discussion of DSZ.COM vs DSZ.EXE.
  3572.  
  3573.      April 4 1991:  DSZ now supports 115200 bps on suitable hardware.
  3574.      DSZ.EXE throughputs of 113000 bps have been achieved with modest
  3575.      trickery.  "Your mileage may vary."
  3576.  
  3577.      The -I option has been added to the sz command.  The -I option causes
  3578.      new versions (Mar 29 1991 or later) of VMS rz to store files with the
  3579.      VMS Variable length (mrs=510) binary format.  Adding this record format
  3580.      should prevent VMS Kermit servers from corrupting file contents.
  3581.  
  3582.      pcAnywhere users: please read the "A" command description carefully!
  3583.  
  3584.      Feb 28 1991:  The instructions for adding DSZ to ProComm Plus have been
  3585.      updated to include PCP version 2.  Datastorm has not licensed ZMODEM-
  3586.      90(TM) despite allegations that DSZ is now "built in" to ProComm Plus
  3587.      version 2.
  3588.  
  3589.      The F command was added to leave the 16550A FIFO enabled on exit.  The
  3590.      speed command now updates the effective baudrate used for time
  3591.      estimates.
  3592.  
  3593.  
  3594.      sz -e is more network friendly.  (If you don't know what sz -e does, you
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.      Chapter 19 Pg 59       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3601.  
  3602.  
  3603.      don't want to know - trust me.)
  3604.  
  3605.      Dec 16 1990:  Code changes to improve operation with the Intel
  3606.      SatisFAXtion modem/fax board.
  3607.  
  3608.      Nov 19 1990:  A number of small enhancements.
  3609.  
  3610.      The sz -i and -u options were added.  The -i option is useful sending
  3611.      files to VMS rz version 4.x, forcing VMS Stream_LF record format.  The
  3612.      -u option unlinks (deletes) a file after it is successfully sent with
  3613.      ZMODEM.
  3614.  
  3615.      SlugBait has been fixed.
  3616.  
  3617.      The Y numeric parameter (described above) has been added to allow FIFO
  3618.      hackers to do their thing.
  3619.  
  3620.      June 25 1990: When a ZMODEM block length is forced, the receiving DSZ
  3621.      writes the data to disk before acknowledging the block.  With DSZ.EXE
  3622.      and its maximum 16384 buffer size, you may be able to avoid overrun
  3623.      (Line Status Register 02) problems receiving to slow disk drives by
  3624.      using:
  3625.      DSZ pB16384 z pl16384 rz
  3626.  
  3627.      ZMODEM-90(TM) speeds up GEnie ZMODEM downloads; see DSZOPT.
  3628.  
  3629.      The "sz" command had an undocumented fallback to YMODEM, this has been
  3630.      removed for reliability reasons.
  3631.  
  3632.      The SlugBait (-s) option now causes DSZ to return success (0 exit code)
  3633.      if at least one file is transferred.
  3634.  
  3635.      April 11 1990: Enhancements for more efficient multitasking under
  3636.      DESQview and DESQview 386.  Code which prevented IRQ conflicts between
  3637.      COM1/COM3 and COM2/COM4 has been removed to allow use of COM7 and COM8
  3638.      without interference from DSZ running on COM1 or COM2..
  3639.  
  3640.      ZIP replaces ARC as the standard download distribution format on new
  3641.      files.
  3642.  
  3643.      March 21 1990: DSZ now sends the CANCEL sequence if it runs out of disk
  3644.      space while receiving a file with ZMODEM.
  3645.  
  3646.      DSZ now defaults to "handshake both" if the clear to send signal is high
  3647.      when DSZ selects the comm port regardless of the initial "baud rate".
  3648.  
  3649.      The P parameter can be set to -1 to disable the FIFO on the Western
  3650.      Digital WD16550 chip.  The WD16550 FIFO has been observed to lose
  3651.      characters when transmitting at slow baud rates.  A more elegant
  3652.      software solution to this hardware problem may be discovered in the
  3653.      future.
  3654.  
  3655.  
  3656.  
  3657.  
  3658.  
  3659.      Chapter 19 Pg 60       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3660.  
  3661.  
  3662.      Feb 25 1990: Doco change only. The "R" numeric parameter or the
  3663.      "restrict" command may be used to force partially received files to be
  3664.      deleted.  These features have been in DSZ for a long time, but never got
  3665.      into DSZ.DOC.
  3666.  
  3667.      Feb 18 1990: DSZPORT now accepts "portx" style arguments in addition to
  3668.      the traditional decimal number.  The -Wn option has been improved.
  3669.  
  3670.      Jan-28-1990: Doco improvements, especially to the "In Case of
  3671.      Difficulty" chapter.  BBS registration clarified for those that bother
  3672.      to read it.  Qmodem batch files fixed.  No change to the DSZ software.
  3673.  
  3674.      Jan-22-1990: ZMODEM-90(TM) extensions:
  3675.  
  3676.      Receiver specified window size: The -Wn option operates similarly to the
  3677.      -wn option.  The -Wn option is specified to the receiver, which sends
  3678.      this information to the sender.  Pro-YAM, ZCOMM and DSZ versions
  3679.      beginning with Jan 22 1990 support this.
  3680.  
  3681.      Specified extra escaped characters: The "zmtxesc" and "zmrxesc" allow
  3682.      extra characters to be escaped when sending (zmtxesc) or receiving
  3683.      (zmrxesc).  Zmtxesc is effective sending to any ZMODEM program.  The sz
  3684.      commands in Omen products after Jan 22 1990 except for DSZ.COM recognize
  3685.      incoming "zmrxesc" requests.  The zmrxesc and zmtxesc string parameters
  3686.      consist of one or more printing characters corresponding to the control
  3687.      characters to be escaped.  To escape NULL:  set zmrxesc "@"
  3688.  
  3689.      Since DSZ does not support string parameters, a -Q<string> option unique
  3690.      to DSZ performs the same function as zmrxesc and zmtxesc.  If the
  3691.      Q<string> option is used in DSZOPT, it must be last.  To escape NULL:
  3692.      DSZ sz -Q@ file.ext
  3693.  
  3694.      MobyTurbo(TM):
  3695.  
  3696.      MobyTurbo optimizes throughput on GIF, ZIP, ARC, and similar files
  3697.      without sacrificing ZMODEM's famous reliability on noisy lines.
  3698.      MobyTurbo works with standard modems, error correcting modems with
  3699.      hardware flow control, and over paths that support ZMODEM and do not
  3700.      "eat" or otherwise respond to control characters.  This includes all
  3701.      paths that support YMODEM-g (or would except for line noise).
  3702.  
  3703.      MobyTurbo can be used for downloads over PC Pursuit if software flow
  3704.      control is not turned on.
  3705.  
  3706.      Activate MobyTurbo with the -m option to one or more of: sz command, rz
  3707.      command, or DSZOPT environment variable.
  3708.  
  3709.      ZMODEM over 7 bit paths:  (Not supported in DSZ.COM)
  3710.  
  3711.      A pair of ZMODEM-90 programs with 7-bit support operating over a 7 bit
  3712.      path should detect that fact and switch to one of two 7-bit path
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.      Chapter 19 Pg 61       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3719.  
  3720.  
  3721.      compatible encodings.  For testing, this can be forced with a "-E"
  3722.      option.
  3723.  
  3724.      Default 7-bit mode is RLE compression and 8th bit quoting similar to
  3725.      Kermit but more efficient because not so many control characters are
  3726.      quoted.  Use this default for text files.  Rubout and all control
  3727.      characters can be escaped with the -e option.  Individual control
  3728.      characters can be escaped with "zmtxesc" and "zmrxesc".
  3729.  
  3730.      Pack-7 instead of quoting is activated with the -P option.  (-P has no
  3731.      effect on 8 bit paths.) Pack-7 packs 4 bytes into 5 printing characters.
  3732.      This is more efficient than quoting for files where 25% more 8th bits
  3733.      appear than the number of characters saved by RLE compression.  (This
  3734.      statement applies to GIF, ARC, ZOO, and ZIP files.  It may or may not
  3735.      apply to other binary file formats, depending on the data.) Pack-7 will
  3736.      match or beat standard Kermit on ZIP files, even when Kermit has use of
  3737.      all 8 bits.
  3738.  
  3739.      SUPK412.ZIP 75136 bytes sent at 2400 bps direct connect from an
  3740.      Everec 1800 AT clone 8mHz/0ws to an 18 mHz Intel 386 motherboard.
  3741.  
  3742.      8-Bit line
  3743.      cps     Protocol/command
  3744.      156     MS Kermit 3.00 to MS Kermit 3.00  (defaults)
  3745.      182     MS Kermit 3.00 to MS Kermit 3.00  (windows=2 length=2000)
  3746.      184     MS Kermit 3.00 to Pro-YAM 17.51 (windows=2 length=2000)
  3747.      231     Pro-YAM 17.51 ZMODEM (defaults)
  3748.      237     Pro-YAM 17.51 ZMODEM-90(TM) MobyTurbo(TM) (sz -m)
  3749.  
  3750.      7-Bit line
  3751.      cps     Protocol/command
  3752.      156     MS Kermit 3.00 to MS Kermit 3.00  (windows=4 length=2000)
  3753.      190     Pro-YAM 17.51 ZMODEM-90 PACK-7 (sz -EP)
  3754.  
  3755.      Kermit transfers used 8 bit CRC, ZMODEM used 32 bit CRC.
  3756.  
  3757.  
  3758.      ************************************************************************
  3759.      ************************************************************************
  3760.  
  3761.      WHAT TO LOOK FOR:
  3762.  
  3763.      Performance     difference     with     MobyTurbo,     possible     side
  3764.      effects/incompatibilities.   MobyTurbo  logic  tests  for  software flow
  3765.      control incompatibilities: when does this test fail?
  3766.  
  3767.      Automatic detection of 7-bit paths.  Spurious detection of  7-bit  paths
  3768.      and failure to detect 7-bit paths.  (DSZ.EXE only)
  3769.  
  3770.  
  3771.      12-13-89  The Virus check was removed because of user confusion and slow
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.      Chapter 19 Pg 62       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3778.  
  3779.  
  3780.      startup under certain conditions.  Code has been added to prevent and/or
  3781.      recover from "line status register 18" errors.
  3782.  
  3783.      10-28-89 A T may be appended to DSZOPT or "DSZ t  -T"  may  be  used  to
  3784.      force  DSZ  to  exit  after  it has recognized a ZMODEM AutoDownload(TM)
  3785.      request.
  3786.  
  3787.      10-24-89  BBS registered copies (serial  numbers  8000-8999  and  20000-
  3788.      23999) are now fully featured.
  3789.  
  3790.      The BBS registration form has been  modified.   Please  read  this  form
  3791.      carefully  before  applying  a  BBS  serial  number.   Use of BBS serial
  3792.      numbers (4000, 20000 series) acknowledges acceptance of this contract.
  3793.  
  3794.      The IMP/KMD compatibility file length information in the  YMODEM  header
  3795.      generated by the sb command now uses the correct byte ordering.  Changes
  3796.      to the XMODEM/YMODEM sz/sb commands were made  to  accommodate  programs
  3797.      that ise CK or CKL.  (As predicted in 1985, networks sometimes interfere
  3798.      with these sequences.)
  3799.  
  3800.      Files passed over because of creation errors at the  receiving  end  are
  3801.      now  counted  by the "sz" command as errors.  The receiving program must
  3802.      be a 9/89 or later version for this to be effective.
  3803.  
  3804.      The specified directory form of the rz and rb commands has been  enanced
  3805.      to accommodate certain forms of erroneous syntax.
  3806.  
  3807.      6-19-89 A documentation error (concerning DSZPORT) was corrected in  the
  3808.      DOC file.
  3809.  
  3810.      5-25-89  Corrects a protocol negotiation problem encountered when the rz
  3811.      or sz -e option is used.
  3812.  
  3813.      Host programs can now specify an alternate CANCEL sequence (not used for
  3814.      DOS and Unix).
  3815.  
  3816.      The ZMODEM "Slow Send" mode inserts a brief pause after  each  subpacket
  3817.      when  invoked with the -F option, or automatically when the "sz" command
  3818.      detects failing flow control.  The zmodem F numeric  parameter  (default
  3819.      1) sets the pause in tenths of seconds.
  3820.  
  3821.      4-24-89 The -rr option has been improved.  Long file compares  are  done
  3822.      in  two  stages  to  save  time  when  the  first portions do not match.
  3823.      Diagnostic code and undocumented commands have been removed to  decrease
  3824.      the program size.
  3825.  
  3826.      The 4-18 version introduces ZMODEM variable length headers of up  to  16
  3827.      bytes  information  field instead of the previous fixed 4.  Selection of
  3828.      variable length header capability is automatic and downward  compatible.
  3829.      Variable   length   headers   allow   future   extensions   to  ZMODEM's
  3830.      capabilities.
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.      Chapter 19 Pg 63       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3837.  
  3838.  
  3839.      ZMODEM Crash Recovery now understands the  -rr  option  to  compare  the
  3840.      CRC-32   of  the  assumed  common  file  segment  before  continuing  an
  3841.      incomplete file transfer.  The "zmodem R" numeric parameter may  be  set
  3842.      to limit the number of bytes in the files that are compared; the default
  3843.      R value of 0 allows all of the file to be compared, an  R  value  up  to
  3844.      32000  (up  to 2 billion on 32 bit flavors) limits the comparison to the
  3845.      first R bytes of the two files.  The ZMODEM -rr option is  supported  by
  3846.      Omen Tech versions April 18 1989 and later.
  3847.  
  3848.      When ZMODEM Crash Recovery detects incompatible source  and  destination
  3849.      file  contents,  the  destination  file  is now truncated to zero length
  3850.      before proceeding  with  the  transfer.   Crash  Recovery  requires  the
  3851.      destination file to be no longer than the source file.
  3852.  
  3853.      Error reporting on unregistered copies has been enhanced  to  point  the
  3854.      user to solutions described in the relevant chapters in DSZ.DOC.
  3855.  
  3856.      3-18-89 In order to work around a bug in the  new  TCOMM  bbs,  DSZ  now
  3857.      defaults  to  "handshake  on"  if the speed is greater than 2400 and the
  3858.      clear to send signal is high when DSZ selects the comm port.
  3859.  
  3860.      The "o" command has been added to disconnect the modem after a  terminal
  3861.      session:  "DSZ  t  o" disconnects the modem when the terminal session is
  3862.      completed.
  3863.  
  3864.      The "P" (capital P) numeric parameter (q.v.) has been added  to  display
  3865.      and control the UART fifo on some clone chips.
  3866.  
  3867.      BBS registrations postmarked after Feb 28 1989 must be accompanied by  a
  3868.      paid  DSZ  registration.  The free program expired Feb 28 1989.  Outside
  3869.      help has been hired to process and verify  applications  received  under
  3870.      that program.
  3871.  
  3872.      2-23-89 The term function now sends BREAK in response to the ALT-B  key.
  3873.      Handling  of  the  Ctrl-Break  vector  has  been  changed so an untimely
  3874.      keyboarded Ctrl-C or Ctrl-Break will not hang DOS.
  3875.  
  3876.      2-15-89  DIRRX is enabled for BBS registrations (8xxx  numbers).   Logic
  3877.      has  been  added  to  simulate  transmit  interrupts  on chips that have
  3878.      problems in this area.  The "A" command does not  require  registration.
  3879.      An  interaction between ONAME= or PREFIX= and the file count display has
  3880.      been removed.  Time/date conversion routines have been enhanced to  deal
  3881.      with  files with missing dates.  The "v" command has been added to allow
  3882.      bbs programs to interrogate DSZ's serial number.
  3883.  
  3884.      2-06-89 A spurious error message at the completion of  YMODEM  downloads
  3885.      with  a  download  directory  specified  on  the  command  line has been
  3886.      eliminated.
  3887.  
  3888.      2-05-89 DSZ now returns a non 0 status unless at least one file has been
  3889.      transferred.    An   inappropriate   pathname/disk  specifier  check  on
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.      Chapter 19 Pg 64       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3896.  
  3897.  
  3898.      specified download directories has been removed.
  3899.  
  3900.      Previous versions:
  3901.  
  3902.      Added the "A" command to prevent pcAnywhere host mode  from  locking  up
  3903.      DSZ.   SlugBait  logic  has  been  simplified, reporting any failed file
  3904.      transfer where any of the last 1K of the file was sent with Q status.
  3905.  
  3906.      Introduced ZMODEM RLE compression with the -Z option.   (registered  DSZ
  3907.      copies  also  accept "Z" in the DSZOPT environment variable.) ZMODEM RLE
  3908.      compression packs runs of the same character in two or  three  character
  3909.      sequences.    Compression  is  useful  for  screen  dumps,  uncompressed
  3910.      workspaces, compiler listings, and other  files  rich  with  strings  of
  3911.      repeated  characters,  but  not  .GIF,  .ARC,  .ZOO and other compressed
  3912.      files.  Compression percentages range  from  -1  per  cent  for  already
  3913.      compressed  files  to  more  than  1000  per cent (10x speedup!) for the
  3914.      Personal Computing text file benchmark(!).   When  sending  to  programs
  3915.      that  do  not support ZMODEM compression, the -Z option is ignored.  The
  3916.      -Z option is effective when specified to the sending program only.
  3917.  
  3918.      "Handshake slow" has been added to disable the RTS signal to  the  modem
  3919.      while writing to disk, even if the interrupt buffer is not chock full of
  3920.      bytes.  This should help systems with  excessive  interrupt  latency  on
  3921.      disk writes.
  3922.  
  3923.      Setting the v (verbose) parameter to  1  or  greater  causes  serialized
  3924.      copies to ring the bell when a transfer is done.
  3925.  
  3926.      DSZ.DOC has been extensively rewritten and  reorganized.   DSZ  supports
  3927.      the  advanced  buffering of the National NS16550AN, NS16550AFN and Intel
  3928.      82510 serial interface devices.   Please  refer  to  the  subchapter  on
  3929.      "Brain Damaged UARTs".
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.  
  3953.  
  3954.      Chapter 20 Pg 65       DSZ Reference Rev Aug-7-91         Typeset 8-7-91
  3955.  
  3956.  
  3957.      20.  ACKNOWLEDGEMENTS
  3958.  
  3959.      32 bit CRC code courtesy Gary S. Brown.
  3960.  
  3961.      ZMODEM-90(TM), MobyTurbo(TM), The High Reliability Software(TM), Demand
  3962.      Upgrade(TM), TurboLearn Script Writer(TM), Cybernetic Data Recovery(TM),
  3963.      ZMODEM AutoDownload(TM), Intelligent Crash Recovery(TM), Error
  3964.      Containment(TM), Full Time Capture(TM), True YMODEM(TM),
  3965.      OverThruster(TM), Password Guardian(TM), CryptoScript(TM), and
  3966.      TurboDial(TM) are Omen Technology trademarks.
  3967.  
  3968.      PowerCom was trademarked in 1985 by POLYTRON Corporation, Hillsboro
  3969.      Oregon.
  3970.  
  3971.      True YMODEM(TM) is an Omen Technology Trademark signifying YMODEM
  3972.      protocol support that meets the full YMODEM specification.
  3973.  
  3974.      DSZ and this documentation are Copyright 1991 by Omen Technology Inc,
  3975.      all rights reserved.  DSZ is not and never has been Public Domain.
  3976.      Every version of DSZ has included a Copyright Notice and a prohibition
  3977.      against sale or modification.  This prohibition applies to any theft of
  3978.      the intellectual property and trade secrets contained in DSZ by
  3979.      decompilation, disassembly, or any other form of reverse engineering
  3980.      including but not limited to profiling, tracing, data analysis, or
  3981.      monitoring the operation of DSZ.
  3982.  
  3983.      Omen Technology copyright applies to its expression of the encoding and
  3984.      compression ideas expressed as code and byte streams used in the
  3985.      ZMODEM-90 enhancements.
  3986.  
  3987.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  3988.      have no function whatsoever except to aid and encourage the theft of
  3989.      Omen Technology's Intellectual Property.
  3990.  
  3991.                            Omen Technology Incorporated
  3992.                           The High Reliability Software
  3993.  
  3994.                        17505-V Northwest Sauvie Island Road
  3995.                               Portland Oregon 97231
  3996.                     Modem: 503-621-3746 Speed 1200,2400,19200
  3997.                                 FAX: 503-621-3735
  3998.                          CompuServe:70007,2304  GEnie:CAF
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.  
  4011.  
  4012.  
  4013.